Код: Выделить всё
Collection agentDtoList = new ArrayList();
Код: Выделить всё
public class AgentSummaryDTO implements Serializable {
private Long id;
private String agentName;
private String agentCode;
private String status;
private Date createdDate;
private Integer customerCount;
}
Подробнее здесь: https://stackoverflow.com/questions/125 ... ield-in-it
Мобильная версия