username@email.com
2023-03-27 0d96ff4e0833d6a2813a969e1ae0a48f27eee497
zhengcaioa/IServices/IFiAccountRecordService.cs
@@ -15,6 +15,6 @@
        ResultEntity ModifyStatus(string id, string userid);
        List<FiAccountRecordDTO> GetList();
        List<FiAccountRecordDTO> GetList(string OperationalMatters = null, string Remark = null);
    }
}