人牲A级牲交在线视频,国产在线 | 日韩

亚洲午夜网_国产美女精品中文网蜜芽宝贝_亚洲国产福利成人一区_免费无码av片在线观看中文_国产高清在线精品一本大道


            獲得積分
            資料庫會員登錄
            搜索: [高級搜索]
            下載首頁 | 資源分類 | 下載排行
            您的位置: 首頁 > 市場 開發(fā) 實施 管理 > 數(shù)據(jù)庫表結(jié)構(gòu)
             
            分類導(dǎo)航
            下載排行
            最新資源
            衛(wèi)寧軟件病案系統(tǒng)表結(jié)構(gòu)
            資源大小:17.64 KB 資源類型:文檔
            下載積分: 10
            更多
            -->
            下載統(tǒng)計:總下載:0,本月下載:0,本周下載:0,今日下載:0
            發(fā)表評論 錯誤報告 加入收藏夾
            資源介紹
            --主框架使用表

            /* ============================================================ */
            /*   Table: hzpytmp      拼音庫                                  */
            /* ============================================================ */
            if not exists(select * from sysobjects where name='hzpytmp')
            create table hzpytmp
            (
                    bsm         char(1)               null,         --拼音
                    bhz         char(2)               not null,         --漢字
                    wbm         char(1)               null,                --五筆
                        constraint pk_hzpytmp primary key (bhz)
            )
            go

            /* ============================================================ */
            /*   Table: xtgzzt        系統(tǒng)工作狀態(tài)                          */
            /* ============================================================ */
            if not  exists(select * from sysobjects where name='xtgzzt')
            begin
                    create table xtgzzt
                    (
                            xtrq        ut_rq8              not null, --系統(tǒng)日期
                            ver         ut_dm12             not null, --版本號
                            xtzt        ut_zt               not null, --系統(tǒng)狀態(tài)
                            kzbz        ut_zt               not null  --控制標(biāo)志
                    )
                    insert into xtgzzt(xtrq,ver,xtzt,kzbz) values ('20010911','kwhis40','1','1')
            end
            go


            /* ============================================================ */
            /*   Table: xtdldm      系統(tǒng)大類代碼                            */
            /* ============================================================ */
            if not  exists(select * from sysobjects where name='xtdldm')
            begin
                    create table xtdldm
                    (
            下載地址
             下載地址1
            按字母檢索

            下載須知:
            大部份資源無需注冊即可下載
            需要積分的資源要在會員中心注冊會員并用 積分體系中提示的方法賺取積分才能下載。

            免責(zé)聲明:
            所有資源只能用于參考學(xué)習(xí),不能用于任何商業(yè)用途,否則后果自負(fù)!