lizijie
2022-09-06 7e1423190ac72539d3f731b79f5c2ae4a18f58d5
screen-manage/src/main/java/com/moral/api/pojo/dto/account/AccountQueryDTO.java
@@ -14,6 +14,10 @@
@Data
public class AccountQueryDTO  {
    private Integer code;
    private String msg;
    private long pages;
    private long total;
@@ -22,6 +26,6 @@
    private long size;
    private List<AccountDTO> AccountDTOS;
    private List<AccountDTO> accountDTOS;
}