feiyu02
2023-11-13 7ecdc67dfb92b63bdc742e5c95d62bf9774cbd7f
1
2
3
4
5
6
7
8
package com.flightfeather.monitor.domain.ds1.mapper
 
import com.flightfeather.monitor.domain.ds1.entity.DustSiteData
import com.flightfeather.monitor.domain.util.MyMapper
import org.apache.ibatis.annotations.Mapper
 
@Mapper
interface DustSiteDataMapper : MyMapper<DustSiteData?>