We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
支持例如以下的yaml文件定义
yaml
ItemQcBasicInfo: required: - addedTime - itemId - itemName - phyCategory1Name - qcCategory1Name - sqe - sqeGroup - supplierId properties: itemName: type: string description: 商品名称 itemId: type: string description: 商品ID supplierId: type: string description: 供应商ID sqe: type: string description: SQE sqeGroup: type: string description: SQE组 phyCategory1Name: type: string description: 物理一级类目 qcCategory1Name: type: string description: 品控一级类目 addedTime: type: integer format: int64 description: 上架时间
The text was updated successfully, but these errors were encountered:
No branches or pull requests
支持例如以下的
yaml
文件定义The text was updated successfully, but these errors were encountered: