Merge remote-tracking branch 'origin/master'

This commit is contained in:
wurui
2023-03-22 14:56:47 +08:00
12 changed files with 80 additions and 48 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;
}