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/collect/IoCollectCodeResponse.java

109 lines
1.7 KiB
Java

package com.glxp.api.res.collect;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableField;
import com.baomidou.mybatisplus.annotation.TableId;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import java.util.Date;
/**
* @author : zhangsan
* @date : 2024/8/26 16:31
* @modyified By :
*/
@Data
public class IoCollectCodeResponse {
private Integer id;
/**
* UDI.
*/
private String code;
/**
*
*/
private String fromType;
/**
*
*/
private String busType;
/**
*
*/
private String billNo;
/**
*
*/
private String fromCorp;
/**
*
*/
private Date operTime;
/**
*
*/
private String operUser;
/**
*
*/
private String collectCode;
/**
*
*/
private String collectUser;
/**
*
*/
private Long workPlaceCode;
/**
*
*/
private String workPlaceUser;
/**
*
*/
private String remark;
/**
* 1:2:;3.
*/
private Integer fifoSplit;
/**
* 12
*/
private Integer inoutType;
/**
*
*/
private Integer scanCount;
private String workplaceName;
private String busTypeName;
11 months ago
private String nameCode;
private String cpmctymc;
private String ggxh;
private String zczbhhzbapzbh;
private String manufactory;
11 months ago
private String ylqxzcrbarmc;
}