zouyu
2025-10-10 131280b87a8a5d171d9e59362fe3d68767548953
basic-server/src/main/java/com/ruoyi/basic/pojo/IfsInventoryQuantity.java
@@ -18,8 +18,7 @@
@ExcelIgnoreUnannotated
public class IfsInventoryQuantity  implements Serializable {
    @TableId(type = IdType.AUTO)
    private Integer id;
    private Long id;
    @ApiModelProperty("域")
    private String contract;
@@ -207,4 +206,7 @@
    // 是否是过期材料: 0否, 1:是"
    @ApiModelProperty("物料类型")
    private Integer isExpire;
    @ApiModelProperty("是否为拆分订单(1:是,0:否)")
    private Integer isSplitOrder;
}