| | |
| | | @Schema(description = "规格型号", example = "M8*20") |
| | | private String specification; |
| | | |
| | | @Schema(description = "物料分类编号", requiredMode = Schema.RequiredMode.REQUIRED, example = "1") |
| | | @Schema(description = "物料分类编号", example = "1") |
| | | private Long categoryId; |
| | | |
| | | @Schema(description = "计量单位编号", requiredMode = Schema.RequiredMode.REQUIRED, example = "1") |
| | | @Schema(description = "计量单位编号", example = "1") |
| | | private Long unitMeasureId; |
| | | |
| | | @Schema(description = "品牌编号", example = "1") |
| | | private Long brandId; |
| | | |
| | | @Schema(description = "物料类型", requiredMode = Schema.RequiredMode.REQUIRED, example = "1") |
| | | private Integer itemType; |