huminmin
9 天以前 5eb213e125202bc937acb374f1afd80a25af2df9
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);
}