入库确认单新增id字段
This commit is contained in:
parent
a93c33eab9
commit
710588d140
|
@ -241,6 +241,10 @@ public class OFSReceiptConfirmSearchResponse extends ReturnMessageBasics {
|
||||||
* 收货数量
|
* 收货数量
|
||||||
*/
|
*/
|
||||||
private String receivedQty;
|
private String receivedQty;
|
||||||
|
/**
|
||||||
|
* -------汇总数量使用
|
||||||
|
*/
|
||||||
|
private String sumReceivedQty;
|
||||||
/**
|
/**
|
||||||
* 在途数量
|
* 在途数量
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue