| | |
| | | @Schema(description = "创建人", example = "1024") |
| | | @ExcelProperty("创建人") |
| | | private String creator; |
| | | @Schema(description = "创建人名字", example = "芋道源码") |
| | | @Schema(description = "创建人名字", example = "超级管理员") |
| | | @ExcelProperty("创建人名字") |
| | | private String creatorName; |
| | | |
| | |
| | | private String itemCode; |
| | | @Schema(description = "计量单位编号", requiredMode = Schema.RequiredMode.REQUIRED, example = "1") |
| | | private Long itemUnitId; |
| | | @Schema(description = "计量单位名称", example = "个") |
| | | private String itemUnitName; |
| | | @Schema(description = "辅单位1名称") |
| | | private String itemUnitName2; |
| | | @Schema(description = "辅单位2名称") |
| | | private String itemUnitName3; |
| | | |
| | | @Schema(description = "物料条码", example = "12345678") |
| | | private String barCode; |
| | | |
| | | @Schema(description = "规格型号", example = "M8*20") |
| | | private String itemSpecification; |
| | | |
| | | @Schema(description = "物料原价", requiredMode = Schema.RequiredMode.REQUIRED, example = "123.00") |
| | | private BigDecimal itemPrice; |