cy
2023-11-20 717ff115ee5c57c8df0fd491b40b848090d2c68e
consum-base/src/main/java/com/consum/base/pojo/query/LWhFormOutputQry.java
@@ -30,7 +30,7 @@
     * 物品模版名称
     */
    @ApiModelProperty(value = "物品模版名称")
    private String goodsTemplateName;
    private String goodsName;
    /**
     * 机构
     */
@@ -42,9 +42,15 @@
    @ApiModelProperty(value = "创建人")
    private String createName;
    /**
     * 1=待入库;2=已入库
     * 采购入库 map.put("1" + "1", "1")
     * 调拨入库 map.put("2" + "1", "2")
     * 调拨出库 map.put("2" + "2", "3")
     * 其他出库 map.put("3" + "1", "4")
     * 其他出库 map.put("3" + "2", "5")
     * 退还入库 map.put("4" + "1", "6")
     * 申领出库 map.put("4" + "2", "7")
     */
    @ApiModelProperty(value = "1=待入库;2=已入库")
    @ApiModelProperty(value = "1=采购入库,2=调拨入库,")
    private Integer states;
    /**