xuhy
2 天以前 b4d5ea666b1f394542952b825101e8c7accf841f
1
2
3
4
5
6
7
8
9
10
11
package com.ruoyi.jianguan.service;
 
import com.baomidou.mybatisplus.extension.service.IService;
import com.ruoyi.other.api.domain.Operator;
 
/**
 * @author zhibing.pu
 * @Date 2025/1/22 15:09
 */
public interface OperatorService extends IService<Operator> {
}