This commit is contained in:
wucongxing8150 2025-06-30 14:32:18 +08:00
parent 40753b1f71
commit 1ecf3ec22f
2 changed files with 8 additions and 0 deletions

View File

@ -29,6 +29,11 @@ public class CaseplatformBankEntity {
*/
private Long expertId;
/**
* 身份证
*/
private String idCardName;
/**
* 身份证
*/

View File

@ -21,6 +21,9 @@ public class CaseplatformBankVO {
@ApiModelProperty(value = "专家id")
private Long expertId;
@ApiModelProperty(value = "身份证")
private String idCardName;
@ApiModelProperty(value = "身份证")
private String idCardNo;