微信API 账单查询
This commit is contained in:
@@ -18,4 +18,6 @@ import java.util.List;
|
||||
public interface AccSettingMapper extends BaseMapper<AccSetting> {
|
||||
|
||||
List<YearAmnt> getBillByType(String userId, AccSettingType settingType);
|
||||
|
||||
void updateBalance(int accId, double money);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user