提交 | 用户 | 时间
|
87d7ae
|
1 |
package com.iailab.module.model.mcs.sche.dao; |
潘 |
2 |
|
|
3 |
import com.iailab.framework.mybatis.core.mapper.BaseMapperX; |
|
4 |
import com.iailab.framework.tenant.core.db.dynamic.TenantDS; |
|
5 |
import com.iailab.module.model.mcs.sche.entity.StAdjustConfigDetEntity; |
|
6 |
import org.apache.ibatis.annotations.Mapper; |
|
7 |
|
|
8 |
/** |
|
9 |
* @author PanZhibao |
|
10 |
* @Description |
|
11 |
* @createTime 2025年02月23日 |
|
12 |
*/ |
|
13 |
@TenantDS |
|
14 |
@Mapper |
|
15 |
public interface StAdjustConfigDetDao extends BaseMapperX<StAdjustConfigDetEntity> { |
|
16 |
} |