rentaiming
2024-07-01 da07a87738f5c06f6cccf5c8e76f7bec13d253e7
ruoyi-modules/ruoyi-management/src/main/java/com/ruoyi/management/domain/SlGoodsMaterials.java
@@ -24,10 +24,11 @@
@ApiModel(value = "SlGoodsMaterials对象", description = "物资管理")
public class SlGoodsMaterials {
    @TableId(value = "id", type = IdType.AUTO)
    private Integer id;
    @TableId(value = "id", type = IdType.ASSIGN_ID)
    private Long id;
    @TableField("goods_materials_name")
    @ApiModelProperty("物资名称 ")
    private String goodsMaterialsName;
    @ApiModelProperty("1 是非消耗,2是消耗 ")