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-third-java/src/main/java/com/glxp/mipsdl/req/base/UdiwmsThrOrderRequest.java

198 lines
2.4 KiB
Java

This file contains ambiguous Unicode characters!

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.mipsdl.req.base;
import java.util.Date;
import lombok.Data;
@Data
public class UdiwmsThrOrderRequest extends ListPageRequest {
/**
*
*/
private Integer id;
/**
*
*/
private String billNo;
/**
*
*/
private String billdate;
/**
*
*/
private String corpId;
/**
*
*/
private String corpName;
/**
*
*/
private String billType;
/**
*
*/
private String billFlag;
/**
*
*/
private String thirdSysFk;
/**
* 原始单据类型
*/
private String originType;
/**
* 起始日期
*/
private String startDate;
/**
* 结束日期
*/
private String endDate;
/**
* 审核人
*/
private String reviewUser;
/**
* 地址
*/
private String address;
/**
* 联系人
*/
private String linkMan;
/**
* 联系电话
*/
private String linkTel;
/**
* 备注
*/
private String remark;
/**
* 备注1
*/
private String remark1;
/**
* 备注2
*/
private String remark2;
/**
* 备注3
*/
private String remark3;
/**
*
*/
private Byte type;
/**
*
*/
private String locStorageCode;
/**
*
*/
private Byte editStatus;
/**
* 分库
*/
private String invWarehouseCode;
/**
* 医疗器械注册人
*/
private String ylqxzcrbarmc;
/**
* 注册证号
*/
private String zczbhhzbapzbh;
/**
* 生产企业
*/
private String manufactory;
/**
* 判断来源至哪里1第三方 2自己创建
*/
private Byte thirdPartyDate;
/**
*
*/
private String unitIdFk;
/**
* 往来分库
*/
private String fromSubInvCode;
/**
* 创建人
*/
private String createUser;
/**
* 创建时间
*/
private Date createTime;
/**
* 更新人
*/
private String updateUser;
/**
* 更新时间
*/
private Date updateTime;
/**
*
*/
private Integer inoutType;
/**
*
*/
private String deptCode;
/**
*
*/
private String invCode;
/**
*
*/
private Date reviewTime;
private String busType;
}