rentaiming
2024-06-28 0219f0fc8f8b79cb50a9e1004b10d63a0edbb9dd
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是消耗 ")