lizijie
2021-09-10 6c5658432934f182cfc5a7c5362c53080cbd27cf
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;
}