Untitled
wyc1230
plain_text
a year ago
392 B
10
Indexable
public class ZoneTypeAuthorityDTO {
private String zoneTypeName = null;
private Boolean usable = null;
private Long id = null;
}
public class AuthorityDTO {
private List<ZoneTypeAuthorityDTO> zoneTypeList = new ArrayList<>();
private String userLoginId = null;
private List<ProcessPathAuthorityDTO> processPathList = new ArrayList<>();
private Long centerId = null;
}Editor is loading...
Leave a Comment