Commit 41a57b79 authored by 韩桐桐's avatar 韩桐桐

fix(96333): 坐席人员添加值班日期字段

parent ea5d1c8d
......@@ -65,5 +65,10 @@ public class TzsCitInfoDto extends BaseDto {
*/
private Integer status;
/**
* 值班日期
*/
private String dutyDate;
}
......@@ -42,4 +42,7 @@ public class TzsCitInfo extends BaseEntity {
@ApiModelProperty(value = "用户坐席职位")
private String userRole;
@ApiModelProperty(value = "值班日期")
private String dutyDate;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment