songhuangfeng123
2022-07-14 de03b5c7c7100edac5c441e58bda85f291f35c96
1
2
3
4
5
6
7
8
package com.gkhy.safePlatform.goalManage.service.baseService;
 
import com.baomidou.mybatisplus.extension.service.IService;
import com.gkhy.safePlatform.goalManage.entity.TestTable;
 
public interface TestTableService extends IService<TestTable> {
 
}