示例#1
0
        /// <summary>
        /// 通过通知单号来获取对应通知单数据
        /// </summary>
        /// <param name="Notice_Id"></param>
        /// <returns></returns>
        public Notice_A13dot1 getNoticeForA13dot1ByNI(string Notice_Id)
        {
            NoticeView Notice = new NoticeView();

            return(Notice.getNoticeByNI(Notice_Id));
        }