puzhibing
2023-05-23 abf1d55dab11baeed5f989a273a776abce50cfc6
1
2
3
4
5
6
7
8
9
10
11
package com.agentdriving.user.modular.system.service;
 
import com.agentdriving.user.modular.system.model.Agent;
import com.baomidou.mybatisplus.service.IService;
 
/**
 * @author zhibing.pu
 * @date 2023/5/6 11:53
 */
public interface IAgentService extends IService<Agent> {
}