SCLS/SSWCS_JXDL(2019)/SystemConfig/CStaticClass.cs
2025-05-19 09:45:29 +08:00

14 lines
219 B
C#

using System;
using System.Collections.Generic;
using System.Text;
using DBFactory;
namespace SystemConfig
{
public static class CStaticClass
{
public static DBOperator dbo = new DBOperator();
}
}