yun-zuoyi
parent
1c98f0a3c4
commit
f82011cf5b
@ -0,0 +1,16 @@
|
||||
package cn.estsh.i3plus.pojo.softswitch.repository;
|
||||
|
||||
import cn.estsh.i3plus.pojo.softswitch.bean.BsDataSource;
|
||||
import cn.estsh.i3plus.pojo.base.jpa.dao.BaseRepository;
|
||||
|
||||
/**
|
||||
* @Description : 数据源管理
|
||||
* @Reference :
|
||||
* @Author : yunhao
|
||||
* @CreateDate : 2019-08-13 9:21
|
||||
* @Modify:
|
||||
*/
|
||||
public interface BsDataSourceRepository extends BaseRepository<BsDataSource,Long> {
|
||||
|
||||
}
|
||||
|
@ -0,0 +1,16 @@
|
||||
package cn.estsh.i3plus.pojo.softswitch.repository;
|
||||
|
||||
import cn.estsh.i3plus.pojo.softswitch.bean.BsDataSourceSuitCase;
|
||||
import cn.estsh.i3plus.pojo.base.jpa.dao.BaseRepository;
|
||||
|
||||
/**
|
||||
* @Description : 数据库套件
|
||||
* @Reference :
|
||||
* @Author : yunhao
|
||||
* @CreateDate : 2019-08-13 9:21
|
||||
* @Modify:
|
||||
*/
|
||||
public interface BsDataSourceSuitCaseRepository extends BaseRepository<BsDataSourceSuitCase,Long> {
|
||||
|
||||
}
|
||||
|
@ -0,0 +1,16 @@
|
||||
package cn.estsh.i3plus.pojo.softswitch.repository;
|
||||
|
||||
import cn.estsh.i3plus.pojo.softswitch.bean.BsDataSourceSuitCaseTable;
|
||||
import cn.estsh.i3plus.pojo.base.jpa.dao.BaseRepository;
|
||||
|
||||
/**
|
||||
* @Description : 数据库表操作
|
||||
* @Reference :
|
||||
* @Author : yunhao
|
||||
* @CreateDate : 2019-08-13 9:21
|
||||
* @Modify:
|
||||
*/
|
||||
public interface BsDataSourceSuitCaseTableRepository extends BaseRepository<BsDataSourceSuitCaseTable,Long> {
|
||||
|
||||
}
|
||||
|
@ -0,0 +1,16 @@
|
||||
package cn.estsh.i3plus.pojo.softswitch.repository;
|
||||
|
||||
import cn.estsh.i3plus.pojo.softswitch.bean.BsMessageQueue;
|
||||
import cn.estsh.i3plus.pojo.base.jpa.dao.BaseRepository;
|
||||
|
||||
/**
|
||||
* @Description : MQ管理
|
||||
* @Reference :
|
||||
* @Author : yunhao
|
||||
* @CreateDate : 2019-08-13 9:21
|
||||
* @Modify:
|
||||
*/
|
||||
public interface BsMessageQueueRepository extends BaseRepository<BsMessageQueue,Long> {
|
||||
|
||||
}
|
||||
|
@ -0,0 +1,16 @@
|
||||
package cn.estsh.i3plus.pojo.softswitch.repository;
|
||||
|
||||
import cn.estsh.i3plus.pojo.softswitch.bean.BsParamAdapter;
|
||||
import cn.estsh.i3plus.pojo.base.jpa.dao.BaseRepository;
|
||||
|
||||
/**
|
||||
* @Description : 数据适配转换
|
||||
* @Reference :
|
||||
* @Author : yunhao
|
||||
* @CreateDate : 2019-08-13 9:21
|
||||
* @Modify:
|
||||
*/
|
||||
public interface BsParamAdapterRepository extends BaseRepository<BsParamAdapter,Long> {
|
||||
|
||||
}
|
||||
|
@ -0,0 +1,16 @@
|
||||
package cn.estsh.i3plus.pojo.softswitch.repository;
|
||||
|
||||
import cn.estsh.i3plus.pojo.softswitch.bean.BsSocketSuitCase;
|
||||
import cn.estsh.i3plus.pojo.base.jpa.dao.BaseRepository;
|
||||
|
||||
/**
|
||||
* @Description : socket套件
|
||||
* @Reference :
|
||||
* @Author : yunhao
|
||||
* @CreateDate : 2019-08-13 9:21
|
||||
* @Modify:
|
||||
*/
|
||||
public interface BsSocketSuitCaseRepository extends BaseRepository<BsSocketSuitCase,Long> {
|
||||
|
||||
}
|
||||
|
@ -0,0 +1,16 @@
|
||||
package cn.estsh.i3plus.pojo.softswitch.repository;
|
||||
|
||||
import cn.estsh.i3plus.pojo.softswitch.bean.BsSslKey;
|
||||
import cn.estsh.i3plus.pojo.base.jpa.dao.BaseRepository;
|
||||
|
||||
/**
|
||||
* @Description : 安全证书
|
||||
* @Reference :
|
||||
* @Author : yunhao
|
||||
* @CreateDate : 2019-08-13 9:21
|
||||
* @Modify:
|
||||
*/
|
||||
public interface BsSslKeyRepository extends BaseRepository<BsSslKey,Long> {
|
||||
|
||||
}
|
||||
|
@ -0,0 +1,16 @@
|
||||
package cn.estsh.i3plus.pojo.softswitch.repository;
|
||||
|
||||
import cn.estsh.i3plus.pojo.softswitch.bean.BsSuitCaseParam;
|
||||
import cn.estsh.i3plus.pojo.base.jpa.dao.BaseRepository;
|
||||
|
||||
/**
|
||||
* @Description : 适配器出入参
|
||||
* @Reference :
|
||||
* @Author : yunhao
|
||||
* @CreateDate : 2019-08-13 9:21
|
||||
* @Modify:
|
||||
*/
|
||||
public interface BsSuitCaseParamRepository extends BaseRepository<BsSuitCaseParam,Long> {
|
||||
|
||||
}
|
||||
|
@ -0,0 +1,16 @@
|
||||
package cn.estsh.i3plus.pojo.softswitch.repository;
|
||||
|
||||
import cn.estsh.i3plus.pojo.softswitch.bean.BsSuitCase;
|
||||
import cn.estsh.i3plus.pojo.base.jpa.dao.BaseRepository;
|
||||
|
||||
/**
|
||||
* @Description : 适配套件
|
||||
* @Reference :
|
||||
* @Author : yunhao
|
||||
* @CreateDate : 2019-08-13 9:21
|
||||
* @Modify:
|
||||
*/
|
||||
public interface BsSuitCaseRepository extends BaseRepository<BsSuitCase,Long> {
|
||||
|
||||
}
|
||||
|
@ -0,0 +1,16 @@
|
||||
package cn.estsh.i3plus.pojo.softswitch.repository;
|
||||
|
||||
import cn.estsh.i3plus.pojo.softswitch.bean.BsSuitDataDetail;
|
||||
import cn.estsh.i3plus.pojo.base.jpa.dao.BaseRepository;
|
||||
|
||||
/**
|
||||
* @Description : 适配报文详情
|
||||
* @Reference :
|
||||
* @Author : yunhao
|
||||
* @CreateDate : 2019-08-13 9:21
|
||||
* @Modify:
|
||||
*/
|
||||
public interface BsSuitDataDetailRepository extends BaseRepository<BsSuitDataDetail,Long> {
|
||||
|
||||
}
|
||||
|
@ -0,0 +1,16 @@
|
||||
package cn.estsh.i3plus.pojo.softswitch.repository;
|
||||
|
||||
import cn.estsh.i3plus.pojo.softswitch.bean.BsSuitRecord;
|
||||
import cn.estsh.i3plus.pojo.base.jpa.dao.BaseRepository;
|
||||
|
||||
/**
|
||||
* @Description : 适配记录
|
||||
* @Reference :
|
||||
* @Author : yunhao
|
||||
* @CreateDate : 2019-08-13 9:21
|
||||
* @Modify:
|
||||
*/
|
||||
public interface BsSuitRecordRepository extends BaseRepository<BsSuitRecord,Long> {
|
||||
|
||||
}
|
||||
|
@ -0,0 +1,16 @@
|
||||
package cn.estsh.i3plus.pojo.softswitch.repository;
|
||||
|
||||
import cn.estsh.i3plus.pojo.softswitch.bean.BsSuitRequestRecord;
|
||||
import cn.estsh.i3plus.pojo.base.jpa.dao.BaseRepository;
|
||||
|
||||
/**
|
||||
* @Description : 请求适配记录
|
||||
* @Reference :
|
||||
* @Author : yunhao
|
||||
* @CreateDate : 2019-08-13 9:21
|
||||
* @Modify:
|
||||
*/
|
||||
public interface BsSuitRequestRecordRepository extends BaseRepository<BsSuitRequestRecord,Long> {
|
||||
|
||||
}
|
||||
|
@ -0,0 +1,16 @@
|
||||
package cn.estsh.i3plus.pojo.softswitch.repository;
|
||||
|
||||
import cn.estsh.i3plus.pojo.softswitch.bean.BsSuitSchedule;
|
||||
import cn.estsh.i3plus.pojo.base.jpa.dao.BaseRepository;
|
||||
|
||||
/**
|
||||
* @Description : 定时适配任务
|
||||
* @Reference :
|
||||
* @Author : yunhao
|
||||
* @CreateDate : 2019-08-13 9:21
|
||||
* @Modify:
|
||||
*/
|
||||
public interface BsSuitScheduleRepository extends BaseRepository<BsSuitSchedule,Long> {
|
||||
|
||||
}
|
||||
|
@ -0,0 +1,16 @@
|
||||
package cn.estsh.i3plus.pojo.softswitch.repository;
|
||||
|
||||
import cn.estsh.i3plus.pojo.softswitch.bean.BsSuitType;
|
||||
import cn.estsh.i3plus.pojo.base.jpa.dao.BaseRepository;
|
||||
|
||||
/**
|
||||
* @Description : 适配类型
|
||||
* @Reference :
|
||||
* @Author : yunhao
|
||||
* @CreateDate : 2019-08-13 9:21
|
||||
* @Modify:
|
||||
*/
|
||||
public interface BsSuitTypeRepository extends BaseRepository<BsSuitType,Long> {
|
||||
|
||||
}
|
||||
|
@ -0,0 +1,16 @@
|
||||
package cn.estsh.i3plus.pojo.softswitch.repository;
|
||||
|
||||
import cn.estsh.i3plus.pojo.softswitch.bean.SuitRecordParam;
|
||||
import cn.estsh.i3plus.pojo.base.jpa.dao.BaseRepository;
|
||||
|
||||
/**
|
||||
* @Description : 适配记录参数
|
||||
* @Reference :
|
||||
* @Author : yunhao
|
||||
* @CreateDate : 2019-08-13 9:21
|
||||
* @Modify:
|
||||
*/
|
||||
public interface SuitRecordParamRepository extends BaseRepository<SuitRecordParam,Long> {
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue