public interface SplitBillItemAmountService
| Modifier and Type | Method and Description |
|---|---|
List<ItemAmountInfo> |
splitAmount(ItemAmountInfo itemAmountInfo,
SplitRule rule)
根据规则限额拆分单据明细金额
|
List<ItemAmountInfo> splitAmount(ItemAmountInfo itemAmountInfo, SplitRule rule)
itemAmountInfo - 单据明细金额信息rule - 规则Copyright © 2020. All rights reserved.