feige
4 天以前 ba97f97d28f65d2b8ed5406792aa66a9d3fc9ed8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
package com.ruoyi.domain;
 
import lombok.Data;
 
import java.util.Date;
 
@Data
public class peopleSea {
    private String[] modules;
 
//    private String module;
    private Date startTime;
    private Date endTime;
    private String peoples;
 
    private String hasAttachment;
 
    private String isHIde;
}