SCLS/SSWCS_JXDL(2019)/SystemConfig/CStaticClass.cs

14 lines
219 B
C#
Raw Normal View History

2025-05-19 09:45:29 +08:00
using System;
using System.Collections.Generic;
using System.Text;
using DBFactory;
namespace SystemConfig
{
public static class CStaticClass
{
public static DBOperator dbo = new DBOperator();
}
}