Commit cfeb0772 authored by 赵啸非's avatar 赵啸非

修改业务查询businessIdNotList

parent 6c2fa241
...@@ -53,4 +53,10 @@ public class SiteBusinessVo extends BaseEntityLong { ...@@ -53,4 +53,10 @@ public class SiteBusinessVo extends BaseEntityLong {
private List<Long> idNotList; private List<Long> idNotList;
/** 业务ID列表 */
private List <Long> businessIdList;
/** 业务ID排除列表 */
private List <Long> businessIdNotList;
} }
\ No newline at end of file
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