Commit f4213ea7 authored by chenzhao's avatar chenzhao

修改待办对象注释

parent a1c82fd3
...@@ -33,11 +33,11 @@ public class TaskModelDto { ...@@ -33,11 +33,11 @@ public class TaskModelDto {
*/ */
private String taskDesc; private String taskDesc;
/** /**
* 任务类型 例如 安全告知 * 任务类型 从BusinessTypeEnum中获取自己对应类型code
* **/ * **/
private String taskType; private String taskType;
/** /**
* 任务类型名称 汉字 * 任务类型名称 汉字 从BusinessTypeEnum中获取自己对应类型名称
* **/ * **/
private String taskTypeLabel; private String taskTypeLabel;
/*** /***
......
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