提交 | 用户 | 时间
|
6eeac9
|
1 |
package com.iailab.module.model.mcs.sche.dao; |
D |
2 |
|
|
3 |
import com.iailab.framework.common.dao.BaseDao; |
|
4 |
import com.iailab.framework.mybatis.core.mapper.BaseMapperX; |
|
5 |
import com.iailab.framework.tenant.core.db.dynamic.TenantDS; |
|
6 |
import com.iailab.module.model.mcs.sche.entity.StScheduleModelOutEntity; |
|
7 |
import org.apache.ibatis.annotations.Mapper; |
|
8 |
|
|
9 |
/** |
|
10 |
* @description: |
|
11 |
* @author: dyk |
|
12 |
* @date: 2024/12/30 17:50 |
|
13 |
**/ |
|
14 |
@TenantDS |
|
15 |
@Mapper |
|
16 |
public interface StScheduleModelOutDao extends BaseMapperX<StScheduleModelOutEntity> { |
|
17 |
} |