package com.shlanbao.tzsc.base.dao; import com.shlanbao.tzsc.base.mapping.SysUserOrganization; /** * 用户组织机构 * @author Leejean * @create 2014年11月18日下午3:24:03 */ public interface SysUserOrganizationDaoI extends BaseDaoI { }