zrg
2026-01-27 93ac95d0202fc17fbb6c429c4d4ffab8593e2428
DBUtility/»ù´¡×ÊÁÏ/ClsGy_Base_Ctl.cs
@@ -16,12 +16,24 @@
            return true;
        }
        //新增基础资料
        public virtual bool AddNew(ref string sReturn)
        {
            return true;
        }
        //修改
        public virtual bool ModifyByID(Int64 sItemID)
        {
            return true;
        }
        //修改(返回异常信息)
        public virtual bool ModifyByID(Int64 sItemID, ref string sReturn)
        {
            return true;
        }
        #region å›ºå®šä»£ç 
        //是否存在子项目
        public bool HavChildCodes(Int64 sItemID)