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.
40 lines
691 B
Java
40 lines
691 B
Java
package com.glxp.api.res.collect;
|
|
|
|
import lombok.Data;
|
|
|
|
import java.util.Date;
|
|
|
|
@Data
|
|
public class CollectOrderCodeManResponse {
|
|
|
|
private Integer id;
|
|
|
|
private String orderIdFk;
|
|
|
|
private String udiCode;
|
|
|
|
private Long relId;
|
|
|
|
private String nameCode;
|
|
|
|
private String remark;
|
|
|
|
private Date createTime;
|
|
|
|
private Long createUser;
|
|
|
|
private Date updateTime;
|
|
|
|
private Long updateUser;
|
|
|
|
private String cpmctymc;
|
|
private String ggxh;
|
|
private String batchNo;
|
|
private Integer scanCount;
|
|
private String zczbhhzbapzbh;
|
|
private String manufactory;
|
|
private String productDate;
|
|
private String expireDate;
|
|
private String serialNo;
|
|
}
|