skyouc
7 天以前 ca70f9c2f4e2d9d85ad2c8d87477f5a353f87dd2
rsf-server/src/main/java/com/vincent/rsf/server/manager/controller/params/PakinItem.java
@@ -12,8 +12,12 @@
public class PakinItem implements Serializable {
    private String trackCode;
    private Long id;
    private Long matnrId;
    private Double qty;
    private Double receiptQty;
    private String asnCode;
}