mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 11:35:12 +08:00
update 汇付会员账户表实体类
This commit is contained in:
@@ -58,4 +58,6 @@ public interface IAdapayMemberAccountService {
|
||||
* @return 结果
|
||||
*/
|
||||
public int deleteAdapayMemberAccountById(Long id);
|
||||
|
||||
AdapayMemberAccount selectByMerchantId(String merchantId);
|
||||
}
|
||||
|
||||
@@ -87,4 +87,9 @@ public class AdapayMemberAccountServiceImpl implements IAdapayMemberAccountServi
|
||||
public int deleteAdapayMemberAccountById(Long id) {
|
||||
return adapayMemberAccountMapper.deleteAdapayMemberAccountById(id);
|
||||
}
|
||||
|
||||
@Override
|
||||
public AdapayMemberAccount selectByMerchantId(String merchantId) {
|
||||
return adapayMemberAccountMapper.selectByMerchantId(merchantId);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user