示例#1
0
        //public static int DeleteRecord(string type, int PKID)
        //{
        //	return DALPromotion.DeleteRecord(type,PKID);
        //}

        public static int SaveGetPCodeRule(GetPCodeModel model)
        {
            return(DALPromotion.SaveGetPCodeRule(model));
        }