fix bug
This commit is contained in:
+15
@@ -55,5 +55,20 @@ public class ReceivablePayableAdjustFeeRequest implements Serializable {
|
||||
|
||||
@Schema(description = "动态费用项目")
|
||||
private Map<String, BigDecimal> feeItems;
|
||||
|
||||
@Schema(description = "是否手工费用行")
|
||||
private Boolean manualFee;
|
||||
|
||||
@Schema(description = "手工费用项目名称")
|
||||
private String feeItemName;
|
||||
|
||||
@Schema(description = "手工费用类型:charge/deduct")
|
||||
private String feeType;
|
||||
|
||||
@Schema(description = "手工费用金额")
|
||||
private BigDecimal amount;
|
||||
|
||||
@Schema(description = "备注")
|
||||
private String remark;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user