编译处理。

This commit is contained in:
2026-04-09 19:13:06 +08:00
parent 5644e5d6fb
commit 0b05118fec
105 changed files with 44976 additions and 3 deletions

View File

@@ -98,6 +98,7 @@ public:
bool InsertRepayRecord(RepayRecord& ret);
bool updateRepayRecord(RepayRecord& ret);
bool deleteRepayRecord(int32_t id);
bool deleteRepayRecordByAccID(int32_t id);
const std::string& GetLastErr();
private: