yudao-module-hrm/src/main/java/cn/iocoder/yudao/module/hrm/dal/dataobject/salary/HrmSalaryCalculationDO.java
@@ -12,7 +12,7 @@ /** * 薪酬核算记录 DO * * @author 芋道源码 * @author 超级管理员 */ @TableName("hrm_salary_calculation") @KeySequence("hrm_salary_calculation_seq") @@ -123,6 +123,11 @@ private BigDecimal overtimeHours; /** * 排班总工时(小时) */ private BigDecimal totalWorkHours; /** * 状态:0-待确认,10-已确认,20-已发放 */ private Integer status;