代码优化

This commit is contained in:
xy
2025-12-12 14:58:35 +08:00
parent 5e7b973d5f
commit 601a78246e
5 changed files with 12 additions and 9 deletions

View File

@@ -39,6 +39,9 @@ public class UserReportVO {
@ApiModelProperty(value = "填报人名称")
private String reporterName;
@ApiModelProperty(value = "二次评估id")
private String secondAssessmentId;
/**
* 填报日期
*/