xuhy
2023-04-09 a4c86b6b9d61bec99bff97415ac25e1fd36fe28a
1
2
3
4
5
6
7
8
9
10
11
package com.supersavedriving.user.modular.system.service;
 
import com.baomidou.mybatisplus.service.IService;
import com.supersavedriving.user.modular.system.model.Html;
 
/**
 * @author 39373
 * @date 2023/2/26 17:30
 */
public interface IHtmlService extends IService<Html> {
}