修改了晋升申请视图的字段

This commit is contained in:
2025-07-16 16:57:16 +08:00
parent 4a5082413a
commit d30a3d1bcb
2 changed files with 4 additions and 4 deletions

View File

@ -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;
/**
* 审核状态

View File

@ -1,4 +1,4 @@
spring:
profiles:
active: dev
active: test