绩效详情增加isDelete
This commit is contained in:
parent
c16808c6af
commit
1db72815e7
@ -18,6 +18,8 @@ public class ResultDetailDto {
|
||||
//
|
||||
@ApiModelProperty(value = "", name = "id")
|
||||
private Long id;
|
||||
@ApiModelProperty(value = "0不删除,1删除", name = "isDelete")
|
||||
private Integer isDelete;
|
||||
//1,业绩,2文化价值观
|
||||
@ApiModelProperty(value = "1,业绩,2文化价值观", name = "type")
|
||||
private Integer type;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user