Commit a1450c97 authored by 廖旭伟's avatar 廖旭伟

窗口列表增加查询条件

parent e77f7205
package com.mortals.xhx.module.window.model.vo;
import com.mortals.framework.model.BaseEntityLong;
import com.mortals.xhx.module.window.model.WindowBusinessEntity;
import com.mortals.xhx.module.window.model.WindowEntity;
import com.mortals.xhx.module.window.model.WindowMatterEntity;
import com.mortals.xhx.module.workman.model.WorkmanEntity;
import lombok.Data;
import java.util.ArrayList;
import java.util.List;
/**
* 站点部门窗口视图对象
......@@ -33,4 +31,7 @@ public class WindowVo extends BaseEntityLong {
*/
private String hallName;
/** 序号,主键,自增长排除列表 */
private List <Long> idNotList;
}
\ 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