库存预警

workplace
zane 10 months ago
parent 42628fd6b7
commit 2d54324a76

@ -15,7 +15,7 @@ public class IoSplitFifoInvRequest extends ListPageRequest {
/** /**
* *
*/ */
private String workPlaceCode; private Long workPlaceCode;
/** /**
* *
@ -30,47 +30,57 @@ public class IoSplitFifoInvRequest extends ListPageRequest {
/** /**
* *
*/ */
private String productType; private Integer productType;
/** /**
* 1:2: * 1:2:
*/ */
private String fifoSplit; private Integer fifoSplit;
/** /**
* ID * ID
*/ */
private Integer relId; private Long relId;
/** /**
* *
*/ */
private Integer batchNo; private String batchNo;
/** /**
* *
*/ */
private Date produceDate; private String produceDate;
/** /**
* *
*/ */
private Date expireDate; private String expireDate;
/** /**
* ID * ID
*/ */
private Integer supId; private Long supId;
/** /**
* *
*/ */
private String inCount; private Integer inCount;
/** /**
* *
*/ */
private String outCount; private Integer outCount;
/**
*
*/
private Integer reCount;
/**
*
*/
private Integer lockCount;
/** /**
* *
@ -85,7 +95,7 @@ public class IoSplitFifoInvRequest extends ListPageRequest {
/** /**
* *
*/ */
private Integer enableRemind; private Boolean enableRemind;
/** /**
* *

@ -16,7 +16,7 @@ public class IoSplitInvResponse {
/** /**
* *
*/ */
private String workPlaceCode; private Long workPlaceCode;
/** /**
* *
@ -31,12 +31,12 @@ public class IoSplitInvResponse {
/** /**
* *
*/ */
private String productType; private Integer productType;
/** /**
* 1:2: * 1:2:
*/ */
private String fifoSplit; private Integer fifoSplit;
/** /**
* ID * ID
@ -46,17 +46,17 @@ public class IoSplitInvResponse {
/** /**
* *
*/ */
private Integer batchNo; private String batchNo;
/** /**
* *
*/ */
private Date produceDate; private String produceDate;
/** /**
* *
*/ */
private Date expireDate; private String expireDate;
/** /**
* ID * ID
@ -66,12 +66,22 @@ public class IoSplitInvResponse {
/** /**
* *
*/ */
private String inCount; private Integer inCount;
/** /**
* *
*/ */
private String outCount; private Integer outCount;
/**
*
*/
private Integer reCount;
/**
*
*/
private Integer lockCount;
/** /**
* *
@ -83,6 +93,16 @@ public class IoSplitInvResponse {
*/ */
private Date updateTime; private Date updateTime;
/**
*
*/
private Boolean enableRemind;
/**
*
*/
private Integer invRemindCount;
/** /**
* *
*/ */

Loading…
Cancel
Save