提交 | 用户 | 时间
|
449017
|
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; |
449017
|
5 |
import com.iailab.module.model.mpk.entity.ProjectPackageHistoryEntity; |
D |
6 |
import org.apache.ibatis.annotations.Mapper; |
|
7 |
|
|
8 |
/** |
|
9 |
* 项目打包历史记录表 |
|
10 |
* |
|
11 |
* @author Dzd |
|
12 |
* @since 1.0.0 2024-08-22 |
|
13 |
*/ |
8b3ee3
|
14 |
@TenantDS |
449017
|
15 |
@Mapper |
D |
16 |
public interface ProjectPackageHistoryDao extends BaseDao<ProjectPackageHistoryEntity> { |
|
17 |
|
|
18 |
} |