为普测查询添加权限

This commit is contained in:
huangzj
2023-03-22 09:02:48 +08:00
parent 53170bda6d
commit a9e0b7395e
4 changed files with 23 additions and 7 deletions

View File

@@ -128,4 +128,7 @@ public class RGeneralSurveyPlanPO {
@TableField(value = "upload_time")
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
private Date uploadTime;
@TableField(value = "create_person")
private String createPerson;
}