#
luxiaotao1123
2024-03-12 6aabe8ff3f3ea2d1a71e263abc45b931feeb7834
1
2
3
4
5
6
7
8
package @{COMPANYNAME}.service;
 
import com.baomidou.mybatisplus.extension.service.IService;
import @{COMPANYNAME}.entity.@{ENTITYNAME};
 
public interface @{ENTITYNAME}Service extends IService<@{ENTITYNAME}> {
 
}