songhuangfeng123
2022-07-21 8b84c4c3a0a619fcc886498a0b8c66a1e564b15a
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> {
 
}