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/dev/DeviceMAOrderDetailResponse...

109 lines
1.5 KiB
Java

package com.glxp.api.res.dev;
import lombok.Data;
import java.util.Date;
/**
*
*/
@Data
public class DeviceMAOrderDetailResponse {
/**
* id
*/
private Integer id;
/**
*
*/
private String orderIdFk;
/**
*
*/
private String code;
/**
* ID
*/
private String nameCode;
/**
* ID
*/
private String relId;
/**
*
*/
private String batchNo;
/**
*
*/
private String produceDate;
/**
*
*/
private String expireDate;
/**
*
*/
private String serialNo;
/**
*
*/
private Date createTime;
/**
*
*/
private Date updateTime;
/**
* 0 1
*/
private Integer deviceStatus;
/**
* 0 1
*/
private Integer maStatus;
/**
*
*/
private String createUser;
/**
*
*/
private String remark;
/**
*
*/
private String productName;
/**
*
*/
private String ylqxzcrbarmc;
/**
*
*/
private String zczbhhzbapzbh;
/**
*
*/
private String ggxh;
}