update 汇付会员账户表实体类

This commit is contained in:
2023-06-15 14:26:53 +08:00
parent 47b7ebc636
commit cdd2a217c3
5 changed files with 46 additions and 38 deletions

View File

@@ -60,4 +60,6 @@ public interface AdapayMemberAccountMapper {
* @return 结果
*/
public int deleteAdapayMemberAccountByIds(Long[] ids);
AdapayMemberAccount selectByMerchantId(String merchantId);
}