序列化表格
-
程序包 com.fineelyframework.config
-
类com.fineelyframework.config.FineelyConfigServlet扩展javax.servlet.http.HttpServlet实现可序列化
-
序列化字段
-
configIntermediary
ConfigIntermediary configIntermediary
-
-
-
-
程序包 com.fineelyframework.config.core.entity
-
类com.fineelyframework.config.core.entity.Config扩展java.lang.Object实现可序列化
- serialVersionUID:
- 3434155825314659842L
-
序列化字段
-
configCategory
java.lang.String configCategory
配置类别 -
configCode
java.lang.String configCode
配置编码 -
configId
int configId
配置主键 -
configValue
java.lang.String configValue
配置值 -
lastModifyTime
java.time.LocalDateTime lastModifyTime
最后一次编辑时间
-
-
类com.fineelyframework.config.core.entity.ConfigPlus扩展Config实现可序列化
-
序列化字段
-
configId
java.lang.Integer configId
配置主键
-
-
-