i
lyfO_o
2022-07-27 7b5c131cb6cede37a42ec35ce1c8f81e9a69ee66
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> {
 
}