调整对私对公模型字段及展示
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user