#
zhou zhou
4 天以前 9598da0195806329f911f6d5b73573b429f1926c
rsf-server/src/main/java/com/vincent/rsf/server/manager/controller/params/PakinItem.java
@@ -12,10 +12,12 @@
public class PakinItem implements Serializable {
    private String trackCode;
    private Long id;
    private Long matnrId;
    private Double receiptQty;
    private String batch;
    private String asnCode;
}