public class DataScope extends Object
DataScope()
DataScope(List<Long> deptIds)
DataScope(String scopeName, List<Long> deptIds)
List<Long>
getDeptIds()
String
getScopeName()
void
setDeptIds(List<Long> deptIds)
setScopeName(String scopeName)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public DataScope()
public DataScope(List<Long> deptIds)
public DataScope(String scopeName, List<Long> deptIds)
public List<Long> getDeptIds()
public void setDeptIds(List<Long> deptIds)
public String getScopeName()
public void setScopeName(String scopeName)
Copyright © 2020. All rights reserved.