songhuangfeng123
2022-07-19 939b5e669c9bab83b7c9aaee3b285d8e09670910
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> {
 
}