Files
shanghaigangxiangtuzhuangMES/ZR.Model/MES/wms/POJO/query/InventorySettlementQuery.cs

16 lines
469 B
C#
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

namespace ZR.Model.MES.wms.POJO.query
{
public class InventorySettlementQuery
{
// @ApiModelProperty("库存结算单状态11结算中 22已完成 精确匹配")
private int inventorySettlementStatus;
// @ApiModelProperty("结算类型,1:月结2:年结 精确匹配")
private int settlementType;
// @ApiModelProperty("库存结算单号 精确匹配")
private String inventorySettlementNo;
}
}