增加startId字段
This commit is contained in:
parent
4b5b281f85
commit
1cb8b1332f
@ -37,6 +37,9 @@ public class ResultRecordDetailDto {
|
||||
@ApiModelProperty(value = "员工id", name = "staffId")
|
||||
private Long staffId;
|
||||
|
||||
@ApiModelProperty(value = "任务id", name = "startId")
|
||||
private Long startId;
|
||||
|
||||
|
||||
|
||||
//使用的哪个等级。等级组id,lz_result_grade的group_id
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user