zmc
2023-11-02 6f28997aa8d9f62e0c54838490a473041f709742
1
2
3
4
5
6
7
8
package com.flightfeather.monitor.domain.ds1.mapper
 
import com.flightfeather.monitor.domain.ds1.entity.DustSiteMap
import com.flightfeather.monitor.domain.util.MyMapper
import org.apache.ibatis.annotations.Mapper
 
@Mapper
interface DustSiteMapMapper : MyMapper<DustSiteMap?>