Lius
2025-07-03 1b1942e6b2755ae3fc3b3a5989615c9f8544cf34
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package org.jeecg.modules.system.service;
 
import org.jeecg.modules.system.entity.SysUserAgent;
import com.baomidou.mybatisplus.extension.service.IService;
 
/**
 * @Description: 用户代理人设置
 * @Author: jeecg-boot
 * @Date:  2019-04-17
 * @Version: V1.0
 */
public interface ISysUserAgentService extends IService<SysUserAgent> {
 
}