修改了晋升申请视图的字段
This commit is contained in:
@ -38,10 +38,10 @@ public class AdvancementApplyVOPlus implements Serializable {
|
||||
private String resume;
|
||||
|
||||
/**
|
||||
* 查询凭证
|
||||
* 身份证号
|
||||
*/
|
||||
@Schema(description = "查询凭证", example = "cef281c7-578f-4cc9-aca9-f1b5f6bcacb1")
|
||||
private String credential;
|
||||
@Schema(description = "身份证号", example = "33100402232434324243")
|
||||
private String idCard;
|
||||
|
||||
/**
|
||||
* 审核状态
|
||||
|
@ -1,4 +1,4 @@
|
||||
spring:
|
||||
profiles:
|
||||
active: dev
|
||||
active: test
|
||||
|
||||
|
Reference in New Issue
Block a user