This commit is contained in:
2023-06-08 15:00:30 +08:00
parent f89152fe86
commit bdc71e8690
7 changed files with 70 additions and 1 deletions

View File

@@ -44,4 +44,6 @@ public interface AdapayMemberInfoMapper {
* @return update count
*/
int updateByPrimaryKey(AdapayMemberInfo record);
AdapayMemberInfo selectByMerchantId(String merchantId);
}