添加DTO注释

This commit is contained in:
潘荣晟
2025-11-25 15:11:10 +08:00
parent 1690dfe87c
commit 2febb69147
6 changed files with 215 additions and 103 deletions

View File

@@ -134,4 +134,8 @@ public class SalesOrdDtlDTO {
private BigDecimal taxRte;
/**
* 已移库量库;存针对该订单产生的移库量
*/
private BigDecimal trfQty;
}

View File

@@ -230,6 +230,7 @@ public class OrderApiImpl implements OrderApi {
ordDtlDTO.setElementCode(s.getElementNumber());
ordDtlDTO.setIsEnable(s.getIsEnable());
ordDtlDTO.setTaxNum(s.getTaxAcctasscat());
ordDtlDTO.setTrfQty(s.getTrfQty());
//==============================
}