完善流程部门权限并补充余值覆盖字段

This commit is contained in:
wkc
2026-06-08 17:15:01 +08:00
parent eef36ff0ec
commit f11d20abc7
22 changed files with 538 additions and 120 deletions

View File

@@ -58,6 +58,7 @@ public class LoanPricingConverter {
entity.setBusinessType(dto.getBusinessType());
entity.setLoanRateHistory(dto.getLoanRateHistory());
entity.setCouponRate(dto.getCouponRate());
entity.setResCover(dto.getResCover());
entity.setRepayMethod(dto.getRepayMethod());
entity.setCollType(dto.getCollType());
entity.setCollThirdParty(dto.getCollThirdParty());