Merge branch 'qr_branch'

This commit is contained in:
caozehui
2025-08-04 09:59:07 +08:00
10 changed files with 113 additions and 46 deletions

View File

@@ -10,6 +10,7 @@ import lombok.Getter;
public enum DevReportStateEnum {
NOT_GENERATED("未生成", 0),
GENERATED("已生成", 1),
GENERATED_UPLOADED("已生成且已上传", 3),
UNCHECKED("未检", 2);
private final Integer value;