Exemple #1
0
        /// <summary>
        /// 获取自定义项目的发送命令
        /// </summary>
        /// <param name="p_strCheckItemID"></param>
        /// <param name="p_objCheckItemCustomOrderVO"></param>
        /// <returns></returns>
        public long m_lngQueryChcekItemCustomOrder(string p_strCheckItemID, out clsLisCheckItemCustomOrder p_objCheckItemCustomOrderVO)
        {
            p_objCheckItemCustomOrderVO = null;
            long lngRes = 0;

            lngRes = new clsDomainController_MK3DeviceCommunications().m_lngQueryChcekItemCustomOrder(p_strCheckItemID, out p_objCheckItemCustomOrderVO);
            return(lngRes);
        }
 public clsCtl_MK3DeviceCommunications()
 {
     m_objDomain = new clsDomainController_MK3DeviceCommunications();
 }