futian.liu
2023-12-13 1a24c9e5ed883aedbfdc3cf84e43aed34f9aaf04
consum-base/src/main/java/com/consum/base/pojo/LWhFormTransferGoodsInfoParam.java
@@ -19,14 +19,14 @@
    private Long id;
    //分类编号
    private Long baseCategoryId;
    //类别
    private String type;
    //物品模版编号
    private Long baseGoodsTemplateId;
    //物品模版名字
    private String goodsTemplateName;
    //供应商
    private String supplier;
    private String goodsTemplateName;
    private Integer sort;
    @ApiModelProperty(value = "单据类型 1 采购2 调拨 3出库4部门分发")
    private Integer procureModelBusinessType;