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/drugMachine/PutGoodsA001Request.java

99 lines
1.7 KiB
Java

package com.glxp.mipsdl.req.drugMachine;
import lombok.Data;
@Data
public class PutGoodsA001Request {
/**
*
*
*/
private String orderId;
/**
*
*
*/
private String queueCode;
/**
*
*
*/
private String code;
/**
*
*
*/
private String productCode;
/**
*
*
*/
private String productName;
/**
*
*
*/
private String bzgg;
/**
*
*
*/
private String unit;
/**
*
*
*/
private String approvalNum;
/**
*
*
*/
private String prepnUnit;
/**
*
*
*/
private String prepnSpec;
/**
*
*
*/
private Integer count;
/**
* 1
*/
private String remark1;
/**
* 2
*/
private String remark2;
/**
* 3
*/
private String remark3;
/**
* 4
*/
private String remark4;
/**
* 5
*/
private String remark5;
}