Commit 3f20d0c2 by 徐高华

Merge branch 'feature/xgh/2406企微托管' into 'developer'

企微托管

See merge request !1894
parents b6112e62 a994e06e
......@@ -43,6 +43,16 @@ public class AddTaskDetailVO implements Serializable {
private int applyNum ;
/**添加成功数 */
private int addNum ;
/** 人群id用于回显 */
private String searchParamsId ;
public String getSearchParamsId() {
return searchParamsId;
}
public void setSearchParamsId(String searchParamsId) {
this.searchParamsId = searchParamsId;
}
public Long getAddTaskId() {
return addTaskId;
......
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