| | |
| | | @Schema(description = "最高库存量", example = "10000.0000") |
| | | private BigDecimal maxStock; |
| | | |
| | | @Schema(description = "电力物资分类(字典 mes_material_category)", example = "1") |
| | | private Integer materialCategory; |
| | | |
| | | @Schema(description = "是否高值物料", example = "false") |
| | | private Boolean highValue; |
| | | |
| | |
| | | @Schema(description = "备注", example = "备注") |
| | | private String remark; |
| | | |
| | | @Schema(description = "状态", example = "1") |
| | | private Integer status; |
| | | |
| | | @Schema(description = "是否同步到 MDM", example = "true") |
| | | private Boolean syncMdm; |
| | | |
| | | private Long mdmItemId; |
| | | |
| | | } |