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; }