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.
23 lines
505 B
Java
23 lines
505 B
Java
package com.glxp.api.res.inv;
|
|
|
|
import lombok.Data;
|
|
|
|
@Data
|
|
public class UdiTraceResponse {
|
|
|
|
private String orderId;
|
|
private String actDate;
|
|
private String mainAction;
|
|
private String action;
|
|
private String actionName;
|
|
private String fromCorp;
|
|
private Integer count;
|
|
private String cpmctymc;
|
|
private String ylqxzcrbarmc;
|
|
private String ggxh;
|
|
private String batchNo;
|
|
private String produceDate;
|
|
private String expireDate;
|
|
private String billTypeName;
|
|
}
|