You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
udi-wms-java/src/main/java/com/glxp/api/res/inv/InvCountOrderDetailResponse...

97 lines
1.3 KiB
Java

package com.glxp.api.res.inv;
import lombok.Data;
/**
*
*/
@Data
public class InvCountOrderDetailResponse {
/**
* id
*/
private Integer id;
/**
*
*/
private String orderIdFk;
/**
* ID
*/
private String relId;
/**
* DI
*/
private String nameCode;
/**
*
*/
private String batchNo;
/**
*
*/
private String produceDate;
/**
*
*/
private String expireDate;
/**
*
*/
private String serialNo;
/**
*
*/
private Integer countNum;
/**
*
*/
private Integer invNum;
/**
*
*/
private Integer profitNum;
/**
*
*/
private Integer lossNum;
/**
* 0 1
*/
private Integer status;
/**
*
*/
private String productName;
/**
*
*/
private String ggxh;
/**
* /
*/
private String zczbhhzbapzbh;
/**
*
*/
private String ylqxzcrbarmc;
}