Commit 5e5289b4 by guojuxing

规则分类/场景注释修改

parent 5e1f1236
......@@ -29,12 +29,17 @@ public class RuleClassifyListDTO implements Serializable{
private String ruleName;
/**
* 分类/场景描述
* 分类类型:icon
*/
private String classifyIcon;
/**
* 分类描述
*/
private String ruleDesc;
/**
* 分类/场景备注
* 分类备注
*/
private String remark;
......
......@@ -27,17 +27,17 @@ public class RuleClassifySceneListDTO implements Serializable{
private String ruleName;
/**
* 分类/场景描述
* 场景描述
*/
private String ruleDesc;
/**
* 分类/场景备注
* 场景备注
*/
private String remark;
/**
* 营销场景ID/code
* 营销场景code
*/
private String marketScene;
......
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