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