xieb
2023-04-22 24795c9e4a3036e5d39c0d316e8b19a6c14f6f1b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package cn.gistack.sm.sjztmd.service;
 
import cn.gistack.sm.sjztmd.entity.AttAdBase;
import com.baomidou.mybatisplus.extension.service.IService;
 
/**
 * @ClassName IAttAdBase
 * @Description TODO
 * @Author aix
 * @Date 2023/4/21 19:55
 * @Version 1.0
 */
public interface IAttAdBaseService extends IService<AttAdBase> {
}