潘志宝
2025-02-24 87d7ae7fe628b6e8ddf7763491db8cc990892fda
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.StAdjustConfigDetEntity;
import org.apache.ibatis.annotations.Mapper;
 
/**
 * @author PanZhibao
 * @Description
 * @createTime 2025年02月23日
 */
@TenantDS
@Mapper
public interface StAdjustConfigDetDao extends BaseMapperX<StAdjustConfigDetEntity> {
}