1111
This commit is contained in:
parent
40753b1f71
commit
1ecf3ec22f
@ -29,6 +29,11 @@ public class CaseplatformBankEntity {
|
||||
*/
|
||||
private Long expertId;
|
||||
|
||||
/**
|
||||
* 身份证
|
||||
*/
|
||||
private String idCardName;
|
||||
|
||||
/**
|
||||
* 身份证
|
||||
*/
|
||||
|
||||
@ -21,6 +21,9 @@ public class CaseplatformBankVO {
|
||||
@ApiModelProperty(value = "专家id")
|
||||
private Long expertId;
|
||||
|
||||
@ApiModelProperty(value = "身份证")
|
||||
private String idCardName;
|
||||
|
||||
@ApiModelProperty(value = "身份证")
|
||||
private String idCardNo;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user