对比新文件 |
| | |
| | | package com.iailab.module.model.mpk.dao; |
| | | |
| | | import com.iailab.framework.common.dao.BaseDao; |
| | | import com.iailab.module.model.mpk.entity.MethodSettingEntity; |
| | | import org.apache.ibatis.annotations.Mapper; |
| | | |
| | | /** |
| | | * @description: |
| | | * @author: dzd |
| | | * @date: 2024/9/14 15:11 |
| | | **/ |
| | | @Mapper |
| | | public interface MethodSettingDao extends BaseDao<MethodSettingEntity> { |
| | | } |
对比新文件 |
| | |
| | | package com.iailab.module.model.mpk.dao; |
| | | |
| | | import com.iailab.framework.common.dao.BaseDao; |
| | | import com.iailab.module.model.mpk.entity.SettingSelectEntity; |
| | | import org.apache.ibatis.annotations.Mapper; |
| | | |
| | | /** |
| | | * @description: |
| | | * @author: dzd |
| | | * @date: 2024/9/14 15:11 |
| | | **/ |
| | | @Mapper |
| | | public interface SettingSelectDao extends BaseDao<SettingSelectEntity> { |
| | | } |