提交 | 用户 | 时间
|
e18f20
|
1 |
package com.iailab.module.model.mpk.dao; |
D |
2 |
|
|
3 |
import com.iailab.framework.common.dao.BaseDao; |
8b3ee3
|
4 |
import com.iailab.framework.tenant.core.db.dynamic.TenantDS; |
e18f20
|
5 |
import com.iailab.module.model.mpk.entity.SettingSelectEntity; |
D |
6 |
import org.apache.ibatis.annotations.Mapper; |
|
7 |
|
|
8 |
/** |
|
9 |
* @description: |
|
10 |
* @author: dzd |
|
11 |
* @date: 2024/9/14 15:11 |
|
12 |
**/ |
8b3ee3
|
13 |
@TenantDS |
e18f20
|
14 |
@Mapper |
D |
15 |
public interface SettingSelectDao extends BaseDao<SettingSelectEntity> { |
|
16 |
} |