pre
潘志宝
2024-09-25 9057425fa1472e48d79f7f8608ea80267e224135
提交 | 用户 | 时间
bbc1ee 1 package com.iailab.module.model.mcs.sche.dao;
2
3 import com.iailab.framework.mybatis.core.mapper.BaseMapperX;
58c749 4 import com.iailab.framework.tenant.core.db.dynamic.TenantDS;
bbc1ee 5 import com.iailab.module.model.mcs.sche.entity.StScheduleModelSettingEntity;
6 import org.apache.ibatis.annotations.Mapper;
7
8 /**
9  * @author PanZhibao
10  * @Description
11  * @createTime 2024年09月06日
12  */
58c749 13 @TenantDS
bbc1ee 14 @Mapper
15 public interface StScheduleModelSettingDao extends BaseMapperX<StScheduleModelSettingEntity> {
16 }