feat: 增加发药机的接口对接

Lhxyy
chenhc 3 months ago
parent b18a57fe98
commit cd4618a9a5

@ -2,6 +2,8 @@ package com.glxp.mipsdl.req.drugMachine;
import lombok.Data;
import java.sql.Date;
@Data
public class PutGoodsA001Request {
@ -13,86 +15,75 @@ public class PutGoodsA001Request {
/**
*
*
*
*/
private String queueCode;
private String productCode;
/**
*
*
*
*/
private String code;
private String productName;
/**
*
*
*
*/
private String productCode;
private Date putTime;
/**
*
*
*
*/
private String productName;
private Integer count;
/**
*
*
*
*/
private String bzgg;
/**
*
*
*
*/
private String unit;
/**
*
*
*
*/
private String approvalNum;
/**
*
*
*
*/
private String prepnUnit;
/**
*
*
*
*/
private String prepnSpec;
/**
*
*
*/
private Integer count;
/**
* 1
* 1
*/
private String remark1;
/**
* 2
* 2
*/
private String remark2;
/**
* 3
* 3
*/
private String remark3;
/**
* 4
* 4
*/
private String remark4;
/**
* 5
* 5
*/
private String remark5;
}

@ -2,97 +2,87 @@ package com.glxp.mipsdl.req.drugMachine;
import lombok.Data;
import java.util.Date;
@Data
public class PutGoodsB001Request {
/**
*
*
*/
private String orderId;
/**
*
*
*/
private String queueCode;
/**
*
*
*/
private String code;
/**
*
*
*/
private String productCode;
/**
*
*
*/
private String productName;
/**
*
*
*
*/
private Date putTime;
/**
*
*/
private Integer count;
/**
*
*/
private String bzgg;
/**
*
*
*
*/
private String unit;
/**
*
*
*
*/
private String approvalNum;
/**
*
*
*
*/
private String prepnUnit;
/**
*
*
*
*/
private String prepnSpec;
/**
*
*
*/
private Integer count;
/**
* 1
* 1
*/
private String remark1;
/**
* 2
* 2
*/
private String remark2;
/**
* 3
* 3
*/
private String remark3;
/**
* 4
* 4
*/
private String remark4;
/**
* 5
* 5
*/
private String remark5;
}

@ -2,104 +2,99 @@ package com.glxp.mipsdl.req.drugMachine;
import lombok.Data;
import java.util.Date;
@Data
public class SendGoodsB002Request {
/**
*
*
*/
private String orderId;
/**
*
*
*
*/
private String prescribeNum;
/**
*
*
*
*/
private String fromCorp;
/**
*
*
*/
private String queueCode;
/**
*
*
*/
private String productCode;
/**
*
*
*/
private String productName;
/**
*
*
*
*/
private Date disTime;
/**
*
*/
private Integer count;
/**
*
*/
private String bzgg;
/**
*
*
*
*/
private String unit;
/**
*
*
*
*/
private String approvalNum;
/**
*
*
*
*/
private String prepnUnit;
/**
*
*
*
*/
private String prepnSpec;
/**
*
*
*/
private Integer count;
/**
* 1
* 1
*/
private String remark1;
/**
* 2
* 2
*/
private String remark2;
/**
* 3
* 3
*/
private String remark3;
/**
* 4
* 4
*/
private String remark4;
/**
* 5
* 5
*/
private String remark5;
}

Loading…
Cancel
Save