评估申请添加序号

This commit is contained in:
2026-05-30 09:13:53 +08:00
parent dbf408c51f
commit 545c86098e
3 changed files with 25 additions and 17 deletions

View File

@@ -81,7 +81,7 @@ public class LbAssessmentApply implements Serializable {
@TableField("sorted_num")
@Schema(description = "排序序号")
private Integer sortedNum;
private String sortedNum;
@TableField("created_at")
@Schema(description = "创建时间")