|
|
|
@ -3,11 +3,13 @@ package com.biutag.supervisiondata.repository; |
|
|
|
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; |
|
|
|
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; |
|
|
|
import com.biutag.supervisiondata.mapper.dwd.GBaseOilBuyMapper; |
|
|
|
import com.biutag.supervisiondata.mapper.dwd.GBaseOilBuyMapper; |
|
|
|
import com.biutag.supervisiondata.pojo.entity.dwd.GBaseOilBuy; |
|
|
|
import com.biutag.supervisiondata.pojo.entity.dwd.GBaseOilBuy; |
|
|
|
|
|
|
|
import org.springframework.stereotype.Service; |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
* @author kami on 2024-11-27 14:09:03 |
|
|
|
* @author kami on 2024-11-27 14:09:03 |
|
|
|
* @version 0.0.1 |
|
|
|
* @version 0.0.1 |
|
|
|
* @since 1.8 |
|
|
|
* @since 1.8 |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
|
|
|
|
@Service |
|
|
|
public class GBaseOilBuyRepository extends ServiceImpl<GBaseOilBuyMapper, GBaseOilBuy> { |
|
|
|
public class GBaseOilBuyRepository extends ServiceImpl<GBaseOilBuyMapper, GBaseOilBuy> { |
|
|
|
} |
|
|
|
} |
|
|
|
|