chore(emergency): 代码整理

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2026-06-25 17:37:17 +08:00
co-authored by Claude
parent 8761a965aa
commit 3d8b930d1a
2 changed files with 2 additions and 2 deletions
@@ -89,8 +89,7 @@ public class FirstAidResource implements Serializable {
@Schema(title = "失效时间")
private java.util.Date expiryTime;
/** 审核状态(null=无审核,10=待审核,11=已通过,12=已驳回) */
@Excel(name = "审核状态", width = 15, dicCode = "first_aid_audit_status")
/** 审核状态(null=无审核,10=待审核,11=已通过,12=已驳回),值由 FirstAidConstants 常量控制 */
@Schema(title = "审核状态(null=无审核,10=待审核,11=已通过,12=已驳回)")
@TableField(updateStrategy = FieldStrategy.IGNORED)
private Integer auditStatus;