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.inv ;
import lombok.Data ;
import java.util.Date ;
/**
* 物资上架记录VO类
*/
@Data
public class InvPlaceOrderResponse {
/**
* 上架记录号
*/
private String recordId ;
/**
* 上架方式 1: 按物资上架 2: 按单上架
*/
private Integer type ;
/**
* 单据号
*/
private String orderId ;
/**
* 仓库号
*/
private String invCode ;
/**
* 货位号
*/
private String invSpaceCode ;
/**
* 操作人
*/
private String createUser ;
/**
* 上架时间
*/
private Date createTime ;
/**
* 更新时间
*/
private Date updateTime ;
/**
* 备注
*/
private String remark ;
private String invName ;
private String invSpaceName ;
private String operatorName ;
/**
* UDI码
*/
private String code ;
/**
* 耗材字典ID
*/
private String relId ;
/**
* 产品名称
*/
private String productName ;
/**
* 规格型号
*/
private String ggxh ;
/**
* 批次号
*/
private String batchNo ;
/**
* 生产日期
*/
private String productionDate ;
/**
* 失效日期
*/
private String expireDate ;
/**
* 产品DI
*/
private String nameCode ;
/**
* 注册证,批准文号
*/
private String zczbhhzbapzbh ;
/**
* 生产厂家
*/
private String ylqxzcrbarmc ;
/**
* 供应商名称
*/
private String supName ;
/**
* 序列号
*/
private String serialNo ;
/**
* 计量单位
*/
private String measname ;
/**
* 生产厂家
*/
private String manufactory ;
private Integer count ;
}