增加startId字段

This commit is contained in:
wulin 2020-11-16 14:37:02 +08:00
parent 4b5b281f85
commit 1cb8b1332f

View File

@ -37,6 +37,9 @@ public class ResultRecordDetailDto {
@ApiModelProperty(value = "员工id", name = "staffId") @ApiModelProperty(value = "员工id", name = "staffId")
private Long staffId; private Long staffId;
@ApiModelProperty(value = "任务id", name = "startId")
private Long startId;
//使用的哪个等级等级组idlz_result_grade的group_id //使用的哪个等级等级组idlz_result_grade的group_id