基类
namespace AssemblyLine.Helpers.SQL
{public class SqlBase{public virtual bool Open(){return false;}}
}SqlServer帮助类
using InformationAcquisitionSystem.Helpers.SQL;
using Newtonsoft.Json;
using SqlSugar;
using System.ComponentModel;
using System.Lin…