cn.foxtech.common.entity.constant.UserVOFieldConstant Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fox-edge-server-common-entity-service Show documentation
Show all versions of fox-edge-server-common-entity-service Show documentation
fox-edge-server-common-entity-service
package cn.foxtech.common.entity.constant;
public class UserVOFieldConstant extends BaseVOFieldConstant {
/**
* 字段名称
*/
public static final String field_username = "username";
public static final String field_password = "password";
public static final String field_role = "role";
public static final String field_permission = "permission";
public static final String field_menu = "menu";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy