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.
This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
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 ;
/**
* 出入库类型( 1: 入库; 2: 出库)
*/
private Integer inoutType ;
/**
* 扫码数量
*/
private Integer scanCount ;
private String workplaceName ;
private String busTypeName ;
private String nameCode ;
private String cpmctymc ;
private String ggxh ;
private String zczbhhzbapzbh ;
private String manufactory ;
private String ylqxzcrbarmc ;
}