lixiaojun
2024-10-22 42eede634410c4d3bc607d7ae454175db7ccc5a2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
using Yw.BLL;
 
namespace HStation.BLL
{
    /// <summary>
    ///
    /// </summary>
    public partial class TransferFileUser
    {
        private readonly HStation.CAL.ITransferFileUser _cal = CALCreateHelper.CreateCAL<HStation.CAL.ITransferFileUser>();
 
 
 
 
 
    }
}