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/req/dev/AddDeptDeviceRequest.java

109 lines
1.5 KiB
Java

package com.glxp.api.req.dev;
import lombok.Data;
/**
*
*/
@Data
public class AddDeptDeviceRequest {
private Integer id;
/**
*
*/
private String deptCode;
/**
*
*/
private String invCode;
/**
*
*/
private String originCode;
/**
*
*/
private String code;
/**
*
*/
private String deviceName;
/**
*
*/
private String ggxh;
/**
*
*/
private String batchNo;
/**
*
*/
private String serialNo;
/**
*
*/
private String productionDate;
/**
*
*/
private String expireDate;
/**
*
*/
private String manufactory;
/**
*
*/
private String measname;
/**
* /
*/
private String zczbhhzbapzbh;
/**
*
*/
private String supName;
/**
* 12345
*/
private Integer status;
/**
* 12
*/
private Integer addType;
/**
*
*/
private String createUser;
/**
*
*/
private String manager;
/**
*
*/
private String remark;
}