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/inout/IoOrderMutiResponse.java

41 lines
1002 B
Java

package com.glxp.api.res.inout;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableField;
import com.baomidou.mybatisplus.annotation.TableId;
import lombok.Data;
import java.util.Date;
@Data
public class IoOrderMutiResponse {
private Long id;
private String orderIdFk;
private String udiCode;
private String relIdFk;
private String mark;
private Integer totalCount;
private Integer useCount;
private Integer reCount;
private Date createTime;
private Date updateTime;
private String createUser;
private String updateUser;
private String reamrk;
private String nameCode;
private String batchNo;
private String produceDate;
private String expireDate;
private String serialNo;
private String supId;
private String auditUser;
private Date auditTime;
private String cpmctymc;
private String ggxh;
private Integer status;
private String createUserName;
}