startDate 格式修改

This commit is contained in:
苏竹红
2023-12-20 13:38:25 +08:00
parent 8e0e41672d
commit e109a752ba
7 changed files with 22 additions and 5 deletions

View File

@@ -27,6 +27,10 @@ public class ExhibitionDTO {
private String collaboratorStr;
private String creator;
private Integer closedType;
private List<CollaboratorDTO> collaborators;
}

View File

@@ -18,6 +18,10 @@ public class ExhibitionVO {
private String startDate;
private Integer closedType;
private String createId;
private Integer id;
private List<CollaboratorVO> collaborators;