新版仿ok交易所-后端
zyy
2025-09-05 cb0f6d8ca263066e4cc0a4fa5f089e516f5aa909
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.yami.trading.service.cms;
 
import com.baomidou.mybatisplus.extension.service.IService;
import com.yami.trading.bean.cms.Infomation;
 
/**
 * <p>
 *  服务类
 * </p>
 *
 * @author lucas
 * @since 2023-06-19 23:44:55
 */
public interface InfomationService extends IService<Infomation> {
 
}