ylbtech-Class:DbConnectionManipulator.cs 1.返回顶部 1.DbConnectionManipulator.cs using System; using System.Configuration; using System.Data; using System.Data.SqlClient; using System.Threading.Tasks; namespace DS.JZB.Common { public abstract class DbCon…
ylbtech-Class-SP:Order.cs 1. 返回顶部 1.GoodsType.cs 货品类别 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace DS.SP.Base.Order { public enum GoodsType { /// <summary> /// 合同 /// &…