startDate 格式修改
This commit is contained in:
@@ -27,6 +27,10 @@ public class ExhibitionDTO {
|
||||
|
||||
private String collaboratorStr;
|
||||
|
||||
private String creator;
|
||||
|
||||
private Integer closedType;
|
||||
|
||||
private List<CollaboratorDTO> collaborators;
|
||||
|
||||
}
|
||||
|
||||
@@ -18,6 +18,10 @@ public class ExhibitionVO {
|
||||
|
||||
private String startDate;
|
||||
|
||||
private Integer closedType;
|
||||
|
||||
private String createId;
|
||||
|
||||
private Integer id;
|
||||
|
||||
private List<CollaboratorVO> collaborators;
|
||||
|
||||
Reference in New Issue
Block a user