-
-
-
class AppEntity extends net.mingsoft.base.entity.BaseEntity implements
Serializable
-
Serialized Fields
-
appCopyright
String appCopyright
网站版权信息
-
appDatetime
Date appDatetime
站点日期
-
appDescription
String appDescription
应用描述
-
appDir
String appDir
网站生成的文件夹
-
appKeyword
String appKeyword
网站关键字
-
appLogo
String appLogo
应用logo
-
appName
String appName
应用名称
-
appPay
String appPay
应用费用清单
-
appPayDate
Date appPayDate
应用续费时间
-
appState
String appState
网站运行状态
-
appStyle
String appStyle
网站采用的模板风格
-
appUrl
String appUrl
网站域名
-
appUrls
String appUrls
附加域名
-
class CityEntity extends net.mingsoft.base.entity.BaseEntity implements
Serializable
- serialVersionUID:
- 1501138049606L
-
Serialized Fields
-
cityId
Long cityId
市级id
-
cityName
String cityName
市级名称
-
cityPy
String cityPy
城市拼音首字母
-
countyId
Long countyId
县/区级id
-
countyName
String countyName
县/区级名称
-
provinceId
Long provinceId
省/直辖市/自治区级id
-
provinceName
String provinceName
省/直辖市/自治区级名称
-
townId
Long townId
街道/镇级id
-
townName
String townName
街道/镇级名称
-
villageId
Long villageId
村委会id
-
villageName
String villageName
村委会名称
-
class LogEntity extends net.mingsoft.base.entity.BaseEntity implements
Serializable
- serialVersionUID:
- 1605922894330L
-
Serialized Fields
-
businessId
String businessId
业务id
-
id
String id
-
logBusinessType
String logBusinessType
业务类型
-
logErrorMsg
String logErrorMsg
错误消息
-
logIp
String logIp
IP
-
logLocation
String logLocation
所在地区
-
logMethod
String logMethod
请求方法
-
logParam
String logParam
请求参数
-
logRequestMethod
String logRequestMethod
请求方式
-
logResult
String logResult
返回参数
-
logStatus
String logStatus
请求状态
-
logTitle
String logTitle
标题
-
logUrl
String logUrl
请求地址
-
logUser
String logUser
操作人员
-
logUserType
String logUserType
用户类型
-
class ManagerEntity extends net.mingsoft.base.entity.BaseEntity implements
Serializable
-
class ModelEntity extends net.mingsoft.base.entity.BaseEntity implements
Serializable
-
Serialized Fields
-
appId
String appId
站点编号,正常情况下appId是没有值的,只有在站群下复制自定义配置才会有值,且导入菜单
-
chick
int chick
选中状态,不参加表结构
-
depth
int depth
树的深度,不参加表结构
-
id
String id
-
isChild
String isChild
菜单类型
-
modelChildList
List<ModelEntity> modelChildList
子功能集合,不参加表结构
-
modelCode
String modelCode
模块编码
-
modelDatetime
Timestamp modelDatetime
发布时间
-
modelIcon
String modelIcon
模块图标
-
modelId
Integer modelId
模块父id
-
modelIsMenu
Integer modelIsMenu
是否是菜单,数据库字段是model_ismuenu
-
modelParentIds
String modelParentIds
父级编号集合
-
modelSort
Integer modelSort
模块排序
-
modelTitle
String modelTitle
模块的标题
-
modelUrl
String modelUrl
链接地址
-
class RoleEntity extends net.mingsoft.base.entity.BaseEntity implements
Serializable
-
Serialized Fields
-
notDel
int notDel
不允许删除标记
-
roleName
String roleName
角色名称
-
class RoleModelEntity extends net.mingsoft.base.entity.BaseEntity implements
Serializable
-
Serialized Fields
-
createBy
int createBy
-
createDate
Date createDate
-
del
int del
-
id
String id
-
modelId
int modelId
模块编号
-
roleId
int roleId
角色编号
-
updateBy
int updateBy
-
updateDate
Date updateDate
-