潘志宝
8 天以前 f8bffb3ae6854fbcf6f78ed953bf73e33fadc8a9
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.iailab.module.model.mcs.sche.dao;
 
import com.iailab.framework.mybatis.core.mapper.BaseMapperX;
import com.iailab.framework.tenant.core.db.dynamic.TenantDS;
import com.iailab.module.model.mcs.sche.entity.StScheduleModelParamEntity;
import org.apache.ibatis.annotations.Mapper;
 
/**
 * @author PanZhibao
 * @Description
 * @createTime 2024年09月06日
 */
@TenantDS
@Mapper
public interface StScheduleModelParamDao extends BaseMapperX<StScheduleModelParamEntity> {
}