feiyu02
2023-11-15 26cdbc1511eeac6e6d1bb95bb5b1863b4ad7b866
1
2
3
4
5
6
7
8
package com.flightfeather.monitor.domain.ds1.mapper
 
import com.flightfeather.monitor.domain.ds1.entity.DustExceptionSetting
import com.flightfeather.monitor.domain.util.MyMapper
import org.apache.ibatis.annotations.Mapper
 
@Mapper
interface DustExceptionSettingMapper : MyMapper<DustExceptionSetting?>