提交 | 用户 | 时间
|
4eb113
|
1 |
package com.iailab.module.model.mcs.pre.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.pre.entity.MmItemStatusEntity; |
|
6 |
import org.apache.ibatis.annotations.Mapper; |
|
7 |
|
|
8 |
/** |
|
9 |
* @author PanZhibao |
|
10 |
* @Description |
|
11 |
* @createTime 2024年11月11日 |
|
12 |
*/ |
|
13 |
@TenantDS |
|
14 |
@Mapper |
|
15 |
public interface MmItemStatusDao extends BaseMapperX<MmItemStatusEntity> { |
|
16 |
} |