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

13 lines
203 B
C#

using System;
using AIMSDAL;
using AIMSModel;
using AIMSObjectQuery;
using System.Collections;
using System.Collections.Generic;
namespace AIMSBLL
{
public partial class BFeesRecord
{
}
}