huanghongfa
2021-04-14 e3dbc7e97e3ae60dbbfa46fc075139503d54adb3
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.panzhihua.service_community.service;
 
import com.baomidou.mybatisplus.extension.service.IService;
import com.panzhihua.service_community.model.dos.ComShopUserAddressDO;
 
/**
 * @auther lyq
 * @create 2021-04-14 15:04:16
 * @describe 用户收货地址表服务类
 */
public interface ComShopUserAddressService extends IService<ComShopUserAddressDO> {
 
}