feiyu02
2025-06-09 c17e9978745cfe6c983f3aff75c9182fffef32fd
1
2
3
4
5
6
7
8
package cn.flightfeather.supervision.domain.ds3.mapper
 
import cn.flightfeather.supervision.domain.ds3.entity.JSDustSiteInfo
import cn.flightfeather.supervision.domain.util.MyMapper
import org.apache.ibatis.annotations.Mapper
 
@Mapper
interface JSDustSiteInfoMapper : MyMapper<JSDustSiteInfo?>