using System; using System.Collections.Generic; using System.Linq; using System.Web; using DSWeb.Models; using DSWeb.DataAccess; namespace DSWeb.EntityDA { public class GoodsTypeDA { private const string PARM_SysDept_GID = "@gid"; private const string SQL_SELECT_GoodsType_ALL = ""; private const string SQL_SELECT_SysDept_BYGID = ""; //private string strSqlInsertInfo = ""; //private string strSqlUpdateInfo = ""; private const string SQL_DELETE_SysDept_BY_GID = ""; } }