/EQT_V1/EQT.BLL/BeReportQuery.cs
C# | 14 lines | 9 code | 2 blank | 3 comment | 0 complexity | dd739b04a81cdc954de07fc6a32b1a1c MD5 | raw file
Possible License(s): LGPL-2.1
1using System; 2using System.Collections.Generic; 3using System.Text; 4 5namespace EQT.Bll 6{ 7 /// <summary> 8 /// ???????? 9 /// </summary> 10 public class BeReportQuery 11 { 12 13 } 14}