- 添加获取默认地址

This commit is contained in:
sin
2019-04-10 22:26:33 +08:00
parent 22d736050d
commit 90416d5431
4 changed files with 27 additions and 5 deletions

View File

@@ -24,4 +24,6 @@ public interface UserAddressService {
CommonResult<List<UserAddressBO>> addressList(Integer userId);
CommonResult<UserAddressBO> getAddress(Integer userId, Integer id);
CommonResult<UserAddressBO> getDefaultAddress(Integer userId);
}