puzhibing
2024-03-18 65ca63cc3d36f23d285a7d944fcc0d6bac92430d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package com.ruoyi.shop.service.impl.shop;
 
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import com.ruoyi.shop.domain.pojo.shop.ShopAuthenticationHftx;
import com.ruoyi.shop.mapper.shop.ShopAuthenticationHftxMapper;
import com.ruoyi.shop.service.shop.ShopAuthenticationHftxService;
import org.springframework.stereotype.Service;
 
/**
 * @author zhibing.pu
 * @Date 2023/10/16 10:44
 */
@Service
public class ShopAuthenticationHftxServiceImpl extends ServiceImpl<ShopAuthenticationHftxMapper, ShopAuthenticationHftx> implements ShopAuthenticationHftxService {
}