From a489b023d9ca2a24dfe82d05f19cac8718aa5c13 Mon Sep 17 00:00:00 2001
From: lizijie <lzjiiie@163.com>
Date: Thu, 15 Apr 2021 11:38:09 +0800
Subject: [PATCH] 添加查询菜单列表功能

---
 screen-manage/src/main/java/com/moral/api/pojo/dto/account/AccountInsertDTO.java |   42 ------------------------------------------
 1 files changed, 0 insertions(+), 42 deletions(-)

diff --git a/screen-manage/src/main/java/com/moral/api/pojo/dto/account/AccountInsertDTO.java b/screen-manage/src/main/java/com/moral/api/pojo/dto/account/AccountInsertDTO.java
index 3d4b9d3..8f199bb 100644
--- a/screen-manage/src/main/java/com/moral/api/pojo/dto/account/AccountInsertDTO.java
+++ b/screen-manage/src/main/java/com/moral/api/pojo/dto/account/AccountInsertDTO.java
@@ -16,46 +16,4 @@
 @Data
 public class AccountInsertDTO extends AccountDTO{
 
-    /*
-     * ������������
-     * */
-    public static final String SUCCESS = "0";
-
-    /*
-     * ���������������������������
-     * */
-    public static final String ACCOUNT_LENGTH_INVALID = "-1";
-
-    /*
-     * ���������������������������
-     * */
-    public static final String PASSWORD_LENGTH_INVALID = "-2";
-
-    /*
-     * ������������������������
-     * */
-    public static final String MOBILE_INVALID = "-3";
-
-    /*
-     * ���������������������
-     * */
-    public static final String EMAIL_INVALID = "-4";
-
-    /*
-     * ���������������������
-     * */
-    public static final String ACCOUNT_EXIST = "-5";
-
-    /*
-    * ���������������������������
-    * */
-    public static final String ACCOUNT_EXIST_SPECIAL_CHAR = "-6";
-
-    /*
-    * ������������������������
-    * */
-    public static final String PASSWORD_EXIST_SPECIAL_CHAR = "-7";
-
-
-
 }

--
Gitblit v1.8.0