web socket

支付
会员
This commit is contained in:
2024-05-30 09:21:35 +08:00
parent a59377e20d
commit fc962e62b7
15 changed files with 308 additions and 207 deletions

View File

@@ -19,6 +19,7 @@ public interface TbShopUserMapper {
int insertSelective(TbShopUser record);
TbShopUser selectByPrimaryKey(String id);
List<TbShopUser> selectByPhone(String phone);
int updateByPrimaryKeySelective(TbShopUser record);