AIMS/AIMSEntity/BLL/Extension/BPrintDocument.cs
2022-08-23 21:12:59 +08:00

13 lines
206 B
C#

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