调整对私对公模型字段及展示

This commit is contained in:
wkc
2026-08-14 15:51:12 +08:00
parent 30a1d9771f
commit a8ed8472f3
13 changed files with 91 additions and 49 deletions

View File

@@ -35,6 +35,7 @@ public class LoanPricingConverter {
entity.setCollType(dto.getCollType());
entity.setCollThirdParty(dto.getCollThirdParty());
// 映射个人特有字段
entity.setBizProof(dto.getBizProof());
entity.setLoanLoop(dto.getLoanLoop());
return entity;
}