AIMS/AIMSEntity/DAL/Extension/DFeesRecord.cs
2023-03-14 19:05:29 +08:00

14 lines
238 B
C#

using System;
using System.Data;
using System.Data.SqlClient;
using System.Collections;
using System.Collections.Generic;
using AIMSModel;
using AIMSObjectQuery;
namespace AIMSDAL
{
internal partial class DFeesRecord
{
}
}