puzhibing
2023-10-20 7fd3525256b0e4a0dbb6f08405368990619adf36
1
2
3
4
5
6
7
8
9
10
11
package com.ruoyi.shop.service.shop;
 
import com.baomidou.mybatisplus.extension.service.IService;
import com.ruoyi.shop.domain.pojo.shop.ShopAuthenticationHftx;
 
/**
 * @author zhibing.pu
 * @Date 2023/10/16 10:43
 */
public interface ShopAuthenticationHftxService extends IService<ShopAuthenticationHftx> {
}