入库确认单新增id字段

This commit is contained in:
zhengyf 2025-04-16 15:07:28 +08:00
parent a93c33eab9
commit 710588d140
1 changed files with 4 additions and 0 deletions

View File

@ -241,6 +241,10 @@ public class OFSReceiptConfirmSearchResponse extends ReturnMessageBasics {
* 收货数量 * 收货数量
*/ */
private String receivedQty; private String receivedQty;
/**
* -------汇总数量使用
*/
private String sumReceivedQty;
/** /**
* 在途数量 * 在途数量
*/ */