ThrInvResultResponse 字段修改

dev_20240306
anthonywj 1 year ago
parent f9dc77b126
commit c3c232ccf8

@ -8,21 +8,13 @@ import java.util.Date;
@Data @Data
public class ThrInvResultResponse { public class ThrInvResultResponse {
// private Long id; private Integer id;
// /**
// * 单据号
// */
// private String orderIdFk;
/** /**
* *
*/ */
private String cpmctymc; private String cpmctymc;
// /**
// * 物资字典主键
// */
// private Long relId;
/** /**
* / * /
@ -42,7 +34,7 @@ public class ThrInvResultResponse {
/** /**
* *
*/ */
private Integer batchNo; private String batchNo;
/** /**
* *
@ -57,12 +49,12 @@ public class ThrInvResultResponse {
/** /**
* *
*/ */
private Date productionDate; private String productionDate;
/** /**
* *
*/ */
private Date expireDate; private String expireDate;
/** /**
* *
@ -119,10 +111,6 @@ public class ThrInvResultResponse {
*/ */
private String spaceName; private String spaceName;
// /**
// * 实际数量
// */
// private String reCount;
/** /**
* *
@ -133,6 +121,10 @@ public class ThrInvResultResponse {
* *
*/ */
private String manufacturer; private String manufacturer;
/**
*
*/
private String manufactoryCode;
/** /**
* *
@ -143,4 +135,20 @@ public class ThrInvResultResponse {
* *
*/ */
private String billType; private String billType;
/**
*
*/
private String reCount;
/**
*
*/
private String type;
/**
*
*/
private BigDecimal amount;
} }

Loading…
Cancel
Save