You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
535 B
C#
19 lines
535 B
C#
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 = "";
|
|
}
|
|
} |