Commit 9c880b49 authored by suhuiguang's avatar suhuiguang

Merge branch 'develop_tzs_register' of…

Merge branch 'develop_tzs_register' of http://36.40.66.175:5000/moa/amos-boot-biz into develop_tzs_register
parents 75fac6de f4213ea7
...@@ -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