|
@@ -1,6 +1,7 @@
|
|
|
package thyyxxk.webserver.entity.login;
|
|
|
|
|
|
import lombok.Data;
|
|
|
+import lombok.experimental.Accessors;
|
|
|
import thyyxxk.webserver.constants.RestrictedDrugLevels;
|
|
|
import thyyxxk.webserver.constants.Ysjb;
|
|
|
import thyyxxk.webserver.utils.StringUtil;
|
|
@@ -12,6 +13,7 @@ import java.util.Objects;
|
|
|
* @author dj
|
|
|
*/
|
|
|
@Data
|
|
|
+@Accessors(chain = true)
|
|
|
public class UserInfo {
|
|
|
|
|
|
private Boolean oldData;
|