添加DTO注释
This commit is contained in:
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -134,4 +134,8 @@ public class SalesOrdDtlDTO {
|
||||
|
||||
private BigDecimal taxRte;
|
||||
|
||||
/**
|
||||
* 已移库量库;存针对该订单产生的移库量
|
||||
*/
|
||||
private BigDecimal trfQty;
|
||||
}
|
||||
|
||||
@@ -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());
|
||||
//==============================
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user