classDiagram
class SysMenu {
+Long menuId
+String menuName
+String parentName
+Long parentId
+Integer orderNum
+String path
+String component
+String query
+String routeName
+String isFrame
+String isCache
+String menuType
+String visible
+String status
+String perms
+String icon
+List~SysMenu~ children
+String createBy
+Date createTime
+String updateBy
+Date updateTime
+String remark
}
GxtCoefficientScore 是系数与定检台数统计的实体类,包含了以下主要属性:
基础统计信息:
subitemCoefficient - 分项完成系数subitemCoefficientSum - 分项系数和plannedCount - 计划定检台数actualCount - 实际定检台数扣分与说明:
groupDeduction - 全组扣分explainCode - 说明代码时间与状态:
monthPeriod - 统计月份status - 状态组织信息:
detpName - 场站名称deptId - 场站ID工单系数:
repairOrderCoefficient - 维修工单系数workOrderCoefficient - 维保工单系数该实体类继承自BaseEntity,包含了创建人、创建时间、更新人、更新时间等通用字段。