From 8669466ea9a25ee1a5a900ba17494a8281bd7e64 Mon Sep 17 00:00:00 2001 From: wangxy <1481820854@qq.com> Date: Fri, 16 May 2025 10:38:48 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=AD=97=E6=AE=B5=E7=B1=BB=E5=9E=8B?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/ruoyi/system/domain/apply/dto/TdApplyInfoListDTO.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruoyi-system/src/main/java/com/ruoyi/system/domain/apply/dto/TdApplyInfoListDTO.java b/ruoyi-system/src/main/java/com/ruoyi/system/domain/apply/dto/TdApplyInfoListDTO.java index 83e7c0e9..51f6daf2 100644 --- a/ruoyi-system/src/main/java/com/ruoyi/system/domain/apply/dto/TdApplyInfoListDTO.java +++ b/ruoyi-system/src/main/java/com/ruoyi/system/domain/apply/dto/TdApplyInfoListDTO.java @@ -40,7 +40,7 @@ public class TdApplyInfoListDTO extends BaseEntity { private String nationa; /** - * 申请状态(0:保存1:已提交,2,审核通过,3退回,4结束) + * 申请状态(0:保存1:已提交,2,审核通过,3退回,4培训教育提交,5承诺书上传) */ private String applyStatus;