cjl
2023-10-12 b441506b6e6d9f82cb95df627a6c58ff16b5e236
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;
}