chenhj
6 天以前 3c830a84c54c6278f7d6db76c988bec3f2608ec9
1
2
3
4
5
6
7
8
9
10
package com.ruoyi.project.system.service;
 
import com.ruoyi.project.system.domain.vo.SysUserDeptVo;
 
import java.util.List;
 
public interface ISysUserDeptService {
 
    List<SysUserDeptVo> userLoginFacotryList(SysUserDeptVo userDeptVo);
}