实例介绍
【实例简介】物业管理系统源码
产品特点
实现全面自定义功能
根据物业管理行业自身发展的特殊性和物业管理公司管理方式的不同,用户可以根据自身需要对字段、报表、界面、权限、人员工作范围、查询内容、统计分析内容等项目进行完全的自定义
【实例截图】
└── 小区物业办公房产管理业主管理综合系统
├── DB_sql
│ ├── wygl_asp_Data.MDF
│ └── wygl_asp_Log.LDF
├── propertyManageSystem物业管理
│ ├── 404.html
│ ├── AssemblyInfo.cs
│ ├── BasePage.cs
│ ├── DAL
│ │ └── DAL
│ │ ├── Class1.cs
│ │ ├── DAL.csproj
│ │ ├── House_db.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── SqlHelper.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── DAL.dll
│ │ │ └── DAL.pdb
│ │ └── obj
│ │ ├── DAL.csproj.FileListAbsolute.txt
│ │ └── Debug
│ │ ├── DAL.csproj.FileListAbsolute.txt
│ │ ├── DAL.dll
│ │ ├── DAL.pdb
│ │ ├── Refactor
│ │ │ └── DAL.dll
│ │ └── TempPE
│ ├── Global.asax
│ ├── Global.asax.cs
│ ├── SSSSSS.aspx
│ ├── SSSSSS.aspx.cs
│ ├── SSSSSS.aspx.designer.cs
│ ├── Web.config
│ ├── Wygl_asp.Publish.xml
│ ├── Wygl_asp.csproj
│ ├── Wygl_asp.csproj.user
│ ├── Wygl_asp.sln
│ ├── Wygl_bin
│ │ ├── DAL.dll
│ │ └── WyglClass.dll
│ ├── aspnet_client
│ │ └── system_web
│ │ ├── 1_0_3705_0
│ │ │ ├── SmartNav.js
│ │ │ ├── SmartNavIE5.js
│ │ │ └── WebUIValidation.js
│ │ ├── 1_1_4322
│ │ │ ├── SmartNav.htm
│ │ │ ├── SmartNav.js
│ │ │ └── WebUIValidation.js
│ │ └── 2_0_50727
│ │ └── CrystalReportWebFormViewer4
│ │ ├── css
│ │ │ └── default.css
│ │ ├── html
│ │ │ ├── calendar.html
│ │ │ ├── calendarbottom.html
│ │ │ ├── calendartop.html
│ │ │ ├── crystalexportdialog.htm
│ │ │ └── crystalprinthost.html
│ │ ├── images
│ │ │ ├── toolbar
│ │ │ │ ├── First.gif
│ │ │ │ ├── Firstd.gif
│ │ │ │ ├── Last.gif
│ │ │ │ ├── Lastd.gif
│ │ │ │ ├── Next.gif
│ │ │ │ ├── Nextd.gif
│ │ │ │ ├── Prev.gif
│ │ │ │ ├── Prevd.gif
│ │ │ │ ├── Refresh.gif
│ │ │ │ ├── Search.gif
│ │ │ │ ├── calendar.gif
│ │ │ │ ├── crlogo.gif
│ │ │ │ ├── export.gif
│ │ │ │ ├── export_over.gif
│ │ │ │ ├── exportd.gif
│ │ │ │ ├── first_over.gif
│ │ │ │ ├── gotopage.gif
│ │ │ │ ├── gotopage_over.gif
│ │ │ │ ├── gotopaged.gif
│ │ │ │ ├── grouptree.gif
│ │ │ │ ├── grouptree_over.gif
│ │ │ │ ├── grouptreed.gif
│ │ │ │ ├── grouptreepressed.gif
│ │ │ │ ├── last_over.gif
│ │ │ │ ├── next_over.gif
│ │ │ │ ├── prev_over.gif
│ │ │ │ ├── print.gif
│ │ │ │ ├── print_over.gif
│ │ │ │ ├── printd.gif
│ │ │ │ ├── refresh_over.gif
│ │ │ │ ├── refreshd.gif
│ │ │ │ ├── search_over.gif
│ │ │ │ ├── searchd.gif
│ │ │ │ ├── up.gif
│ │ │ │ ├── up_over.gif
│ │ │ │ └── upd.gif
│ │ │ └── tree
│ │ │ ├── Magnify.gif
│ │ │ ├── begindots.gif
│ │ │ ├── beginminus.gif
│ │ │ ├── beginplus.gif
│ │ │ ├── blank.gif
│ │ │ ├── blankdots.gif
│ │ │ ├── dots.gif
│ │ │ ├── lastdots.gif
│ │ │ ├── lastminus.gif
│ │ │ ├── lastplus.gif
│ │ │ ├── minus.gif
│ │ │ ├── minusbox.gif
│ │ │ ├── plus.gif
│ │ │ ├── plusbox.gif
│ │ │ ├── singleminus.gif
│ │ │ └── singleplus.gif
│ │ └── js
│ │ ├── KeyDownEvent.js
│ │ ├── calendar_param.js
│ │ ├── dt_param.js
│ │ ├── export.js
│ │ ├── print.js
│ │ ├── prompts_param.js
│ │ ├── strings_chs.js
│ │ ├── strings_cht.js
│ │ ├── strings_de.js
│ │ ├── strings_en.js
│ │ ├── strings_es.js
│ │ ├── strings_fr.js
│ │ ├── strings_it.js
│ │ ├── strings_ja.js
│ │ └── strings_ko.js
│ ├── bin
│ │ ├── DAL.dll
│ │ ├── Microsoft.Web.UI.WebControls.dll
│ │ ├── WyglClass.dll
│ │ ├── Wygl_asp.dll
│ │ ├── blong.dll
│ │ └── vssver.scc
│ ├── css
│ │ ├── Default.css
│ │ ├── ListDiv.css
│ │ ├── build.htc
│ │ ├── build2.htc
│ │ ├── button.htc
│ │ ├── button1.htc
│ │ ├── normal.css
│ │ ├── print.css
│ │ └── vssver.scc
│ ├── default.aspx
│ ├── default.aspx.cs
│ ├── icon.png
│ ├── images
│ │ ├── about
│ │ ├── button
│ │ │ ├── CompletePay.gif
│ │ │ ├── NoPay.gif
│ │ │ ├── Page1_ButtonOff.gif
│ │ │ ├── Page1_ButtonOn.gif
│ │ │ ├── Page2_ButtonOff.gif
│ │ │ ├── Page2_ButtonOn.gif
│ │ │ ├── Page3_ButtonOff.gif
│ │ │ ├── Page3_ButtonOn.gif
│ │ │ ├── Page4_ButtonOff.gif
│ │ │ ├── Page4_ButtonOn.gif
│ │ │ ├── Page5_ButtonOff.gif
│ │ │ ├── Page5_ButtonOn.gif
│ │ │ ├── alltoleft.gif
│ │ │ ├── alltoright.gif
│ │ │ ├── bu-on.gif
│ │ │ ├── bu-out.gif
│ │ │ ├── datetime.gif
│ │ │ ├── ok.gif
│ │ │ ├── pwd.gif
│ │ │ ├── showcode.gif
│ │ │ ├── sub.gif
│ │ │ ├── toleft.gif
│ │ │ ├── toright.gif
│ │ │ ├── userright_alltoleft.gif
│ │ │ ├── userright_alltoright.gif
│ │ │ ├── userright_toleft.gif
│ │ │ ├── userright_toright_1.gif
│ │ │ └── vssver.scc
│ │ ├── flash
│ │ │ ├── app.swf
│ │ │ ├── help.swf
│ │ │ ├── vssver.scc
│ │ │ └── wanke.swf
│ │ ├── guide
│ │ │ ├── deng.gif
│ │ │ ├── deng2.gif
│ │ │ ├── deng3.gif
│ │ │ ├── hand.gif
│ │ │ ├── leftbg.gif
│ │ │ ├── noticeimg1.gif
│ │ │ ├── noticeimg2.gif
│ │ │ ├── ren.gif
│ │ │ ├── spacer.gif
│ │ │ ├── trans.gif
│ │ │ ├── xd-04.gif
│ │ │ ├── xd-07.gif
│ │ │ ├── xd-14.gif
│ │ │ ├── xd-16.gif
│ │ │ ├── xd-28.gif
│ │ │ ├── xd-34.gif
│ │ │ └── xdbg.gif
│ │ ├── icon
│ │ │ ├── condition_lh.gif
│ │ │ ├── condition_qj.gif
│ │ │ ├── depot_ny.gif
│ │ │ ├── depot_wl.gif
│ │ │ ├── equip_bp.gif
│ │ │ ├── equip_byjc.gif
│ │ │ ├── equip_bymx.gif
│ │ │ ├── equip_fs.gif
│ │ │ ├── equip_pg.gif
│ │ │ ├── equip_sbwx.gif
│ │ │ ├── equip_tz.gif
│ │ │ ├── equip_xc.gif
│ │ │ ├── house_buildinginfo.gif
│ │ │ ├── house_chuzu.gif
│ │ │ ├── house_dltj.gif
│ │ │ ├── house_powerinfo.gif
│ │ │ ├── house_room.gif
│ │ │ ├── house_user.gif
│ │ │ ├── house_waterinfo.gif
│ │ │ ├── house_xiaoqu.gif
│ │ │ ├── house_xqtj.gif
│ │ │ ├── office_cy.gif
│ │ │ ├── office_gy.gif
│ │ │ ├── office_gz.gif
│ │ │ ├── office_jl.gif
│ │ │ ├── office_jz.gif
│ │ │ ├── office_px.gif
│ │ │ ├── office_zj.gif
│ │ │ ├── public_bb.gif
│ │ │ ├── public_ht.gif
│ │ │ ├── public_ls.gif
│ │ │ ├── public_tb.gif
│ │ │ ├── public_tj.gif
│ │ │ ├── safety_jc.gif
│ │ │ ├── safety_jx.gif
│ │ │ ├── safety_xl.gif
│ │ │ ├── tenement_jf.gif
│ │ │ ├── tenement_yj.gif
│ │ │ ├── tenement_yl.gif
│ │ │ ├── tenement_zj.gif
│ │ │ └── vssver.scc
│ │ ├── index
│ │ │ ├── botbg.gif
│ │ │ ├── copyrightbar.gif
│ │ │ ├── copyrightbar1.gif
│ │ │ ├── help_bg.gif
│ │ │ ├── login_21.gif
│ │ │ ├── logout.gif
│ │ │ ├── menu_bot.gif
│ │ │ ├── menu_bot3.gif
│ │ │ ├── menu_bot4.gif
│ │ │ ├── menu_top.gif
│ │ │ ├── minandclose.gif
│ │ │ ├── titbar.gif
│ │ │ ├── titbar.psd
│ │ │ ├── titbar_bg1.gif
│ │ │ ├── titbar_bg2.gif
│ │ │ ├── titbar_contact.gif
│ │ │ ├── titbar_expand.gif
│ │ │ ├── top_back.gif
│ │ │ ├── top_banner.gif
│ │ │ ├── top_bg.gif
│ │ │ ├── top_botbg.gif
│ │ │ ├── top_dot1.gif
│ │ │ ├── top_help.gif
│ │ │ ├── top_notice.gif
│ │ │ ├── top_pre.gif
│ │ │ ├── top_refresh.gif
│ │ │ └── vssver.scc
│ │ ├── login
│ │ │ ├── a.gif
│ │ │ ├── b.gif
│ │ │ ├── bg.jpg
│ │ │ ├── bg.psd
│ │ │ ├── bg2.gif
│ │ │ ├── dl.gif
│ │ │ ├── login_02.gif
│ │ │ ├── login_04.gif
│ │ │ ├── login_05.gif
│ │ │ ├── login_06.gif
│ │ │ ├── login_07.gif
│ │ │ ├── login_08.gif
│ │ │ ├── login_1.gif
│ │ │ ├── loginbg.gif
│ │ │ ├── sub.gif
│ │ │ └── vssver.scc
│ │ ├── menu
│ │ │ ├── afgl.gif
│ │ │ ├── bggl.gif
│ │ │ ├── ccgl.gif
│ │ │ ├── control.gif
│ │ │ ├── control_afgl1.gif
│ │ │ ├── control_afgl2.gif
│ │ │ ├── control_bggl1.gif
│ │ │ ├── control_bggl2.gif
│ │ │ ├── control_ccgl1.gif
│ │ │ ├── control_ccgl2.gif
│ │ │ ├── control_cwgl1.gif
│ │ │ ├── control_cwgl2.gif
│ │ │ ├── control_fcgl1.gif
│ │ │ ├── control_fcgl2.gif
│ │ │ ├── control_hjgl1.gif
│ │ │ ├── control_hjgl2.gif
│ │ │ ├── control_jczc1.gif
│ │ │ ├── control_jczc2.gif
│ │ │ ├── control_sbgl1.gif
│ │ │ ├── control_sbgl2.gif
│ │ │ ├── control_sqzhfw1.gif
│ │ │ ├── control_sqzhfw2.gif
│ │ │ ├── control_xtgn1.gif
│ │ │ ├── control_xtgn2.gif
│ │ │ ├── control_zhgl1.gif
│ │ │ ├── control_zhgl2.gif
│ │ │ ├── cwgl.gif
│ │ │ ├── fcgl.gif
│ │ │ ├── hjgl.gif
│ │ │ ├── htgl.gif
│ │ │ ├── jczc.gif
│ │ │ ├── left_dot1.gif
│ │ │ ├── left_dot2.gif
│ │ │ ├── left_dot3.gif
│ │ │ ├── left_dot4.gif
│ │ │ ├── menu_abgl.gif
│ │ │ ├── menu_cxyj.gif
│ │ │ ├── menu_czgl.gif
│ │ │ ├── menu_dblr.gif
│ │ │ ├── menu_dldblr.gif
│ │ │ ├── menu_dlsblr.gif
│ │ │ ├── menu_dyjftzd.gif
│ │ │ ├── menu_fcdj.gif
│ │ │ ├── menu_fjns.gif
│ │ │ ├── menu_fjzst.gif
│ │ │ ├── menu_fyhx.gif
│ │ │ ├── menu_gyzl.gif
│ │ │ ├── menu_jcxx.gif
│ │ │ ├── menu_jxyj.gif
│ │ │ ├── menu_lhjl.gif
│ │ │ ├── menu_lhpz.gif
│ │ │ ├── menu_lrlf.gif
│ │ │ ├── menu_mkcsh.gif
│ │ │ ├── menu_nsdy.gif
│ │ │ ├── menu_rhgl.gif
│ │ │ ├── menu_rzgl.gif
│ │ │ ├── menu_sbby.gif
│ │ │ ├── menu_sblbdy.gif
│ │ │ ├── menu_sblr.gif
│ │ │ ├── menu_sbtzjy.gif
│ │ │ ├── menu_sbtzlbdy.gif
│ │ │ ├── menu_sbtzzl.gif
│ │ │ ├── menu_sbwxjl.gif
│ │ │ ├── menu_sbwxns.gif
│ │ │ ├── menu_sbwxpg.gif
│ │ │ ├── menu_sbwxsq.gif
│ │ │ ├── menu_sbxcjl.gif
│ │ │ ├── menu_sbyxcs.gif
│ │ │ ├── menu_sbyxsj.gif
│ │ │ ├── menu_sbzl.gif
│ │ │ ├── menu_sfcycs.gif
│ │ │ ├── menu_sldj.gif
│ │ │ ├── menu_tfsj.gif
│ │ │ ├── menu_wllbdy.gif
│ │ │ ├── menu_wlly.gif
│ │ │ ├── menu_wlpd.gif
│ │ │ ├── menu_wlsg.gif
│ │ │ ├── menu_wlxx.gif
│ │ │ ├── menu_wpcr.gif
│ │ │ ├── menu_wsgl.gif
│ │ │ ├── menu_xfjc.gif
│ │ │ ├── menu_xfpqdy.gif
│ │ │ ├── menu_xfsg.gif
│ │ │ ├── menu_xfyl.gif
│ │ │ ├── menu_xjjk.gif
│ │ │ ├── menu_xljl.gif
│ │ │ ├── menu_xqns.gif
│ │ │ ├── menu_xqrkt.gif
│ │ │ ├── menu_yhts.gif
│ │ │ ├── menu_zdysfbz.gif
│ │ │ ├── menu_zhyjk.gif
│ │ │ ├── pc-logo.png
│ │ │ ├── sbgl.gif
│ │ │ ├── sqzhfw.gif
│ │ │ ├── vssver.scc
│ │ │ ├── xtgn.gif
│ │ │ └── zhgl.gif
│ │ ├── mydesk
│ │ │ ├── desktop_bg1.gif
│ │ │ ├── desktop_bg2.jpg
│ │ │ └── vssver.scc
│ │ ├── page
│ │ │ ├── desktop_placebg.gif
│ │ │ ├── page_place.gif
│ │ │ ├── table_bot.gif
│ │ │ ├── table_bot2.gif
│ │ │ ├── table_dot_l.gif
│ │ │ ├── table_dot_r.gif
│ │ │ ├── table_tit_bg.gif
│ │ │ ├── table_tit_bg2.gif
│ │ │ ├── table_tit_l.gif
│ │ │ ├── table_tit_l2.gif
│ │ │ ├── table_tit_r.gif
│ │ │ ├── table_tit_r2.gif
│ │ │ ├── table_top.gif
│ │ │ ├── table_top2.gif
│ │ │ ├── vssver.scc
│ │ │ ├── window2.gif
│ │ │ ├── window3.gif
│ │ │ └── zhgl_dot.gif
│ │ ├── showcode
│ │ │ ├── table_bot.gif
│ │ │ ├── table_bot1.gif
│ │ │ ├── table_dot_l.gif
│ │ │ ├── table_dot_r.gif
│ │ │ ├── table_tit_bg.gif
│ │ │ ├── table_tit_l.gif
│ │ │ ├── table_tit_r.gif
│ │ │ ├── table_top.gif
│ │ │ ├── table_top1.gif
│ │ │ └── vssver.scc
│ │ ├── son
│ │ │ ├── aftb.gif
│ │ │ ├── aftb_ab.gif
│ │ │ ├── aftb_xn.gif
│ │ │ ├── cctb.gif
│ │ │ ├── cctb_wnly.gif
│ │ │ ├── cctb_wnsg.gif
│ │ │ ├── cctb_wnxx.gif
│ │ │ ├── clgl.gif
│ │ │ ├── clgl_lf.gif
│ │ │ ├── clgl_wp.gif
│ │ │ ├── fctb.gif
│ │ │ ├── fctb_dlhz.gif
│ │ │ ├── fctb_dlmx.gif
│ │ │ ├── fctb_fjmx.gif
│ │ │ ├── fctb_xqhz.gif
│ │ │ ├── fctb_xqmx.gif
│ │ │ ├── fcys.gif
│ │ │ ├── fcys_dy.gif
│ │ │ ├── fcys_fj.gif
│ │ │ ├── fcys_xq.gif
│ │ │ ├── fyhs.gif
│ │ │ ├── fyhs_dy.gif
│ │ │ ├── fyhs_hs.gif
│ │ │ ├── hjtb.gif
│ │ │ ├── hjtb_nhjl.gif
│ │ │ ├── hjtb_ws.gif
│ │ │ ├── lhgl.gif
│ │ │ ├── lhgl_jl.gif
│ │ │ ├── lhgl_pz.gif
│ │ │ ├── main_bg.jpg
│ │ │ ├── main_line.jpg
│ │ │ ├── qxsz.gif
│ │ │ ├── qxsz_yh.gif
│ │ │ ├── qxsz_yhz.gif
│ │ │ ├── sbjl.gif
│ │ │ ├── sbjl_lb.gif
│ │ │ ├── sbjl_tz.gif
│ │ │ ├── sbjl_zl.gif
│ │ │ ├── sbtb.gif
│ │ │ ├── sbtb_by.gif
│ │ │ ├── sbtb_tz.gif
│ │ │ ├── sbtb_xc.gif
│ │ │ ├── sbtz_jy.gif
│ │ │ ├── sbtz_lb.gif
│ │ │ ├── sbtz_zl.gif
│ │ │ ├── sbwx.gif
│ │ │ ├── sbwx_jl.gif
│ │ │ ├── sbwx_pg.gif
│ │ │ ├── sbwx_sq.gif
│ │ │ ├── sbwx_ys.gif
│ │ │ ├── sbyx.gif
│ │ │ ├── sbyx_cs.gif
│ │ │ ├── sbyx_sj.gif
│ │ │ ├── sdll.gif
│ │ │ ├── sdll_dd.gif
│ │ │ ├── sdll_ds.gif
│ │ │ ├── sdll_fd.gif
│ │ │ ├── sdll_fs.gif
│ │ │ ├── sfdy.gif
│ │ │ ├── sfdy_bt.gif
│ │ │ ├── sfdy_bz.gif
│ │ │ ├── sfdy_df.gif
│ │ │ ├── sfdy_gl.gif
│ │ │ ├── sfdy_sf.gif
│ │ │ ├── sfdy_zd.gif
│ │ │ ├── tjbb.gif
│ │ │ ├── tjbb_fx.gif
│ │ │ ├── tjbb_jk.gif
│ │ │ ├── tjbb_ss.gif
│ │ │ ├── tjbb_ys.gif
│ │ │ ├── tjbb_zn.gif
│ │ │ ├── vssver.scc
│ │ │ ├── wljl.gif
│ │ │ ├── wljl_dy.gif
│ │ │ ├── wljl_xx.gif
│ │ │ ├── xfgl.gif
│ │ │ ├── xfgl_dy.gif
│ │ │ ├── xfgl_jc.gif
│ │ │ ├── xfgl_sg.gif
│ │ │ ├── xfgl_yl.gif
│ │ │ ├── xtbf.gif
│ │ │ ├── xtbf_bf.gif
│ │ │ ├── xtbf_hf.gif
│ │ │ ├── xtcsh.gif
│ │ │ ├── xtcsh_mk.gif
│ │ │ ├── xtcsh_sj.gif
│ │ │ ├── xtrz.gif
│ │ │ ├── xtrz_ll.gif
│ │ │ ├── xtrz_qk.gif
│ │ │ ├── xtrz_sz.gif
│ │ │ ├── yj.gif
│ │ │ ├── yj_qx.gif
│ │ │ ├── yj_yj.gif
│ │ │ ├── zfjk_ck.GIF
│ │ │ ├── zfjk_hz.GIF
│ │ │ ├── zfjk_zn.gif
│ │ │ ├── zhjk.gif
│ │ │ ├── zhjk_yt.gif
│ │ │ ├── zhjk_zj.gif
│ │ │ ├── zhjk_zy.gif
│ │ │ ├── zhtb.gif
│ │ │ ├── zhtb_czmx.gif
│ │ │ ├── zhtb_fjzsl.gif
│ │ │ ├── zhtb_nhmx.gif
│ │ │ ├── zhtb_nzmx.gif
│ │ │ ├── zhtb_slmx.gif
│ │ │ ├── zhtb_zhhz.gif
│ │ │ └── zhtb_zhrk.gif
│ │ └── tree
│ │ ├── building - 副本 (2).gif
│ │ ├── building -8.gif
│ │ ├── building- - 副本.gif
│ │ ├── building-.gif
│ │ ├── building.gif
│ │ ├── floor-.gif
│ │ ├── floor.gif
│ │ ├── house-.gif
│ │ ├── house.gif
│ │ ├── i.gif
│ │ ├── l.gif
│ │ ├── lgb.gif
│ │ ├── lzk.gif
│ │ ├── no.gif
│ │ ├── power.gif
│ │ ├── room-.gif
│ │ ├── room.gif
│ │ ├── s1.gif
│ │ ├── s2.gif
│ │ ├── s3.gif
│ │ ├── s4.gif
│ │ ├── s5.gif
│ │ ├── shebei1a.gif
│ │ ├── shebei1b.gif
│ │ ├── shebei2a.gif
│ │ ├── shebei2b.gif
│ │ ├── shebei3a.gif
│ │ ├── shebei3b.gif
│ │ ├── t.gif
│ │ ├── tgb.gif
│ │ ├── tuzhi1a.gif
│ │ ├── tuzhi1b.gif
│ │ ├── tuzhi2a.gif
│ │ ├── tuzhi2b.gif
│ │ ├── tuzhi3a.gif
│ │ ├── tuzhi3b.gif
│ │ ├── tzk.gif
│ │ ├── vssver.scc
│ │ ├── water.gif
│ │ ├── wuniao1a.gif
│ │ ├── wuniao1b.gif
│ │ ├── wuniao2a.gif
│ │ ├── wuniao2b.gif
│ │ ├── wuniao3a.gif
│ │ └── wuniao3b.gif
│ ├── include
│ │ ├── 404.html
│ │ ├── House_Register.aspx
│ │ ├── House_Register.aspx.cs
│ │ ├── Query
│ │ │ ├── QueryMain.aspx
│ │ │ ├── QueryMain.aspx.cs
│ │ │ └── vssver.scc
│ │ ├── ToErr.aspx
│ │ ├── ToErr.aspx.cs
│ │ ├── about.htm
│ │ ├── blank.htm
│ │ ├── bottom.htm
│ │ ├── error.aspx
│ │ ├── error.aspx.cs
│ │ ├── error.htm
│ │ ├── fram_main.aspx
│ │ ├── fram_main.aspx.cs
│ │ ├── fram_tree.aspx
│ │ ├── fram_tree.aspx.cs
│ │ ├── house_tree.aspx
│ │ ├── house_tree.aspx.cs
│ │ ├── images
│ │ │ ├── home.gif
│ │ │ ├── main_01.gif
│ │ │ ├── main_03.gif
│ │ │ ├── main_05.gif
│ │ │ ├── main_05.psd
│ │ │ ├── main_07.gif
│ │ │ ├── main_08.gif
│ │ │ ├── main_09.gif
│ │ │ ├── quit.gif
│ │ │ └── uesr.gif
│ │ ├── index.htm
│ │ ├── left_index.aspx
│ │ ├── left_index.aspx.cs
│ │ ├── main.aspx
│ │ ├── main.aspx.cs
│ │ ├── test.aspx
│ │ ├── test.aspx.cs
│ │ ├── topu.aspx
│ │ ├── topu.aspx.cs
│ │ ├── tp.aspx
│ │ ├── tp.aspx.cs
│ │ ├── tp.aspx.designer.cs
│ │ ├── tree.aspx
│ │ ├── tree.aspx.cs
│ │ ├── treeHouse.aspx
│ │ ├── treeHouse.aspx.cs
│ │ ├── vssver.scc
│ │ ├── zhgl.aspx
│ │ └── zhgl.aspx.cs
│ ├── index.aspx
│ ├── index.aspx.cs
│ ├── index.htm
│ ├── js
│ │ ├── Calendar.js
│ │ ├── ListDiv.js
│ │ ├── PressEnter.js
│ │ ├── ShowDiv.js
│ │ ├── Time_Popup.js
│ │ ├── outlook-wygl.js
│ │ ├── popmeterman.aspx
│ │ ├── popmeterman.aspx.cs
│ │ ├── time.htm
│ │ ├── time.js
│ │ └── vssver.scc
│ ├── login.aspx
│ ├── login.aspx.cs
│ ├── login.aspx.designer.cs
│ ├── logon.aspx
│ ├── logon.aspx.cs
│ ├── main_charge
│ │ ├── program
│ │ │ ├── AccountAdministrate.cs
│ │ │ ├── AccountCharge.cs
│ │ │ ├── AccountElectric.cs
│ │ │ ├── AccountNoumenon.cs
│ │ │ ├── AccountOther.cs
│ │ │ ├── AccountRent.cs
│ │ │ ├── AccountWater.cs
│ │ │ ├── CashPayment.cs
│ │ │ ├── ChargeAccount.cs
│ │ │ ├── Charge_AdministrateStandard_Index.aspx
│ │ │ ├── Charge_AdministrateStandard_Index.aspx.cs
│ │ │ ├── Charge_BankPay_Index.aspx
│ │ │ ├── Charge_BankPay_Index.aspx.cs
│ │ │ ├── Charge_BuildingElectricDegrees_Index.aspx
│ │ │ ├── Charge_BuildingElectricDegrees_Index.aspx.cs
│ │ │ ├── Charge_BuildingWaterDegrees_Index.aspx
│ │ │ ├── Charge_BuildingWaterDegrees_Index.aspx.cs
│ │ │ ├── Charge_CashPay_Edit.aspx
│ │ │ ├── Charge_CashPay_Edit.aspx.cs
│ │ │ ├── Charge_CashPay_Index.aspx
│ │ │ ├── Charge_CashPay_Index.aspx.cs
│ │ │ ├── Charge_CashPay_Show.aspx
│ │ │ ├── Charge_CashPay_Show.aspx.cs
│ │ │ ├── Charge_CashPay_ShowPaid.aspx
│ │ │ ├── Charge_CashPay_ShowPaid.aspx.cs
│ │ │ ├── Charge_CashPay_ShowRoom.aspx
│ │ │ ├── Charge_CashPay_ShowRoom.aspx.cs
│ │ │ ├── Charge_ChargeAccounting_AddOther.aspx
│ │ │ ├── Charge_ChargeAccounting_AddOther.aspx.cs
│ │ │ ├── Charge_ChargeAccounting_Index.aspx
│ │ │ ├── Charge_ChargeAccounting_Index.aspx.cs
│ │ │ ├── Charge_ChargeAccounting_OtherCharge.aspx
│ │ │ ├── Charge_ChargeAccounting_OtherCharge.aspx.cs
│ │ │ ├── Charge_ChargeAccounting_RoomView.aspx
│ │ │ ├── Charge_ChargeAccounting_RoomView.aspx.cs
│ │ │ ├── Charge_ChargeAccounting_View.aspx
│ │ │ ├── Charge_ChargeAccounting_View.aspx.cs
│ │ │ ├── Charge_ChargeParameter_Index.aspx
│ │ │ ├── Charge_ChargeParameter_Index.aspx.cs
│ │ │ ├── Charge_ElectricChargeStandard_Index.aspx
│ │ │ ├── Charge_ElectricChargeStandard_Index.aspx.cs
│ │ │ ├── Charge_LateFeeTable_Index.aspx
│ │ │ ├── Charge_LateFeeTable_Index.aspx.cs
│ │ │ ├── Charge_MonthlyClosing_Close.aspx
│ │ │ ├── Charge_MonthlyClosing_Close.aspx.cs
│ │ │ ├── Charge_MonthlyClosing_Open.aspx
│ │ │ ├── Charge_MonthlyClosing_Open.aspx.cs
│ │ │ ├── Charge_NoumenonStandard_Index.aspx
│ │ │ ├── Charge_NoumenonStandard_Index.aspx.cs
│ │ │ ├── Charge_PaymentSum_Index.aspx
│ │ │ ├── Charge_PaymentSum_Index.aspx.cs
│ │ │ ├── Charge_PrePay_Index.aspx
│ │ │ ├── Charge_PrePay_Index.aspx.cs
│ │ │ ├── Charge_PrintChargePayment.aspx
│ │ │ ├── Charge_PrintChargePayment.aspx.cs
│ │ │ ├── Charge_PrintChargePayment_Index.aspx
│ │ │ ├── Charge_PrintChargePayment_Index.aspx.cs
│ │ │ ├── Charge_PrintChargePayment_View.aspx
│ │ │ ├── Charge_PrintChargePayment_View.aspx.cs
│ │ │ ├── Charge_RoomElectricDegrees_BatchInput.aspx
│ │ │ ├── Charge_RoomElectricDegrees_BatchInput.aspx.cs
│ │ │ ├── Charge_RoomElectricDegrees_History.aspx
│ │ │ ├── Charge_RoomElectricDegrees_History.aspx.cs
│ │ │ ├── Charge_RoomElectricDegrees_HistoryShow.aspx
│ │ │ ├── Charge_RoomElectricDegrees_HistoryShow.aspx.cs
│ │ │ ├── Charge_RoomElectricDegrees_Index.aspx
│ │ │ ├── Charge_RoomElectricDegrees_Index.aspx.cs
│ │ │ ├── Charge_RoomElectricDegrees_Room.aspx
│ │ │ ├── Charge_RoomElectricDegrees_Room.aspx.cs
│ │ │ ├── Charge_RoomWaterDegrees_BatchInput.aspx
│ │ │ ├── Charge_RoomWaterDegrees_BatchInput.aspx.cs
│ │ │ ├── Charge_RoomWaterDegrees_History.aspx
│ │ │ ├── Charge_RoomWaterDegrees_History.aspx.cs
│ │ │ ├── Charge_RoomWaterDegrees_HistoryShow.aspx
│ │ │ ├── Charge_RoomWaterDegrees_HistoryShow.aspx.cs
│ │ │ ├── Charge_RoomWaterDegrees_Index.aspx
│ │ │ ├── Charge_RoomWaterDegrees_Index.aspx.cs
│ │ │ ├── Charge_RoomWaterDegrees_Room.aspx
│ │ │ ├── Charge_RoomWaterDegrees_Room.aspx.cs
│ │ │ ├── Charge_UserDefineStandard_Index.aspx
│ │ │ ├── Charge_UserDefineStandard_Index.aspx.cs
│ │ │ ├── Charge_WaterChargeStandard_Index.aspx
│ │ │ ├── Charge_WaterChargeStandard_Index.aspx.cs
│ │ │ ├── MonthlyClosing.cs
│ │ │ ├── RoomObj.cs
│ │ │ └── vssver.scc
│ │ ├── report
│ │ │ ├── Charge_LateFee_Report.aspx
│ │ │ ├── Charge_LateFee_Report.aspx.cs
│ │ │ ├── Charge_PaidChargeSum_Report.aspx
│ │ │ ├── Charge_PaidChargeSum_Report.aspx.cs
│ │ │ ├── Charge_PaidChargeSum_RoomReport.aspx
│ │ │ ├── Charge_PaidChargeSum_RoomReport.aspx.cs
│ │ │ ├── Charge_PaymentSum_Report.aspx
│ │ │ ├── Charge_PaymentSum_Report.aspx.cs
│ │ │ └── vssver.scc
│ │ ├── son_fyhs.aspx
│ │ ├── son_fyhs.aspx.cs
│ │ ├── son_sd.aspx
│ │ ├── son_sd.aspx.cs
│ │ ├── son_sfdy.aspx
│ │ ├── son_sfdy.aspx.cs
│ │ ├── son_tjbb.aspx
│ │ ├── son_tjbb.aspx.cs
│ │ ├── son_yj.aspx
│ │ ├── son_yj.aspx.cs
│ │ ├── son_zhjk.aspx
│ │ ├── son_zhjk.aspx.cs
│ │ └── vssver.scc
│ ├── main_condition
│ │ ├── program
│ │ │ ├── Condition_AfforestDetail_Index.aspx
│ │ │ ├── Condition_AfforestDetail_Index.aspx.cs
│ │ │ ├── Condition_AfforestMaster_Index.aspx
│ │ │ ├── Condition_AfforestMaster_Index.aspx.cs
│ │ │ ├── Condition_Breed_Index.aspx
│ │ │ ├── Condition_Breed_Index.aspx.cs
│ │ │ ├── Condition_Breed_List.aspx
│ │ │ ├── Condition_Breed_List.aspx.cs
│ │ │ ├── Condition_CleanDetail_Index.aspx
│ │ │ ├── Condition_CleanDetail_Index.aspx.cs
│ │ │ ├── Condition_CleanDetail_List.aspx
│ │ │ ├── Condition_CleanDetail_List.aspx.cs
│ │ │ ├── Condition_CleanMaster_Index.aspx
│ │ │ ├── Condition_CleanMaster_Index.aspx.cs
│ │ │ ├── Condition_CleanMaster_List.aspx
│ │ │ ├── Condition_CleanMaster_List.aspx.cs
│ │ │ └── vssver.scc
│ │ ├── report
│ │ │ ├── Condition_CleanInfo_Report.aspx
│ │ │ ├── Condition_CleanInfo_Report.aspx.cs
│ │ │ ├── Condition_Virescence_Report.aspx
│ │ │ ├── Condition_Virescence_Report.aspx.cs
│ │ │ └── vssver.scc
│ │ ├── son_hjtb.aspx
│ │ ├── son_hjtb.aspx.cs
│ │ ├── son_lhgl.aspx
│ │ ├── son_lhgl.aspx.cs
│ │ └── vssver.scc
│ ├── main_contract
│ │ └── program
│ │ ├── Contract_List.aspx
│ │ ├── Contract_List.aspx.cs
│ │ ├── Contract_List.aspx.designer.cs
│ │ ├── Contract_New.aspx
│ │ ├── Contract_New.aspx.cs
│ │ └── Contract_New.aspx.designer.cs
│ ├── main_decision
│ │ └── css
│ │ ├── Default.css
│ │ ├── ListDiv.css
│ │ ├── build.htc
│ │ ├── build2.htc
│ │ ├── button.htc
│ │ ├── button1.htc
│ │ ├── normal.css
│ │ ├── print.css
│ │ └── vssver.scc
│ ├── main_depot
│ │ ├── program
│ │ │ ├── Depot_Ifram.aspx
│ │ │ ├── Depot_Ifram.aspx.cs
│ │ │ ├── Depot_InventoryCheckDetail_Index.aspx
│ │ │ ├── Depot_InventoryCheckDetail_Index.aspx.cs
│ │ │ ├── Depot_InventoryCheckMaster_Index.aspx
│ │ │ ├── Depot_InventoryCheckMaster_Index.aspx.cs
│ │ │ ├── Depot_InventoryCheckMaster_List.aspx
│ │ │ ├── Depot_InventoryCheckMaster_List.aspx.cs
│ │ │ ├── Depot_Material_Index.aspx
│ │ │ ├── Depot_Material_Index.aspx.cs
│ │ │ ├── Depot_Material_List.aspx
│ │ │ ├── Depot_Material_List.aspx.cs
│ │ │ ├── Depot_ShowID.aspx
│ │ │ ├── Depot_ShowID.aspx.cs
│ │ │ ├── Depot_TransferInDetail_Index.aspx
│ │ │ ├── Depot_TransferInDetail_Index.aspx.cs
│ │ │ ├── Depot_TransferInMaster_Index.aspx
│ │ │ ├── Depot_TransferInMaster_Index.aspx.cs
│ │ │ ├── Depot_TransferInMaster_List.aspx
│ │ │ ├── Depot_TransferInMaster_List.aspx.cs
│ │ │ ├── Depot_TransferOutDetail_Index.aspx
│ │ │ ├── Depot_TransferOutDetail_Index.aspx.cs
│ │ │ ├── Depot_TransferOutMaster_Index.aspx
│ │ │ ├── Depot_TransferOutMaster_Index.aspx.cs
│ │ │ ├── Depot_TransferOutMaster_List.aspx
│ │ │ ├── Depot_TransferOutMaster_List.aspx.cs
│ │ │ ├── Depot_TypeDetail_Index.aspx
│ │ │ ├── Depot_TypeDetail_Index.aspx.cs
│ │ │ ├── Depot_TypeMaster_Index.aspx
│ │ │ ├── Depot_TypeMaster_Index.aspx.cs
│ │ │ └── vssver.scc
│ │ ├── report
│ │ │ ├── Depot_Material_Report.aspx
│ │ │ ├── Depot_Material_Report.aspx.cs
│ │ │ ├── Depot_Material_TransferIn.aspx
│ │ │ ├── Depot_Material_TransferIn.aspx.cs
│ │ │ ├── Depot_Material_TransferOut.aspx
│ │ │ ├── Depot_Material_TransferOut.aspx.cs
│ │ │ └── vssver.scc
│ │ ├── son_cctb.aspx
│ │ ├── son_cctb.aspx.cs
│ │ ├── son_wldy.aspx
│ │ ├── son_wldy.aspx.cs
│ │ └── vssver.scc
│ ├── main_equip
│ │ ├── program
│ │ │ ├── Equip_BlueprintDetail_Index.aspx
│ │ │ ├── Equip_BlueprintDetail_Index.aspx.cs
│ │ │ ├── Equip_BlueprintDetail_List.aspx
│ │ │ ├── Equip_BlueprintDetail_List.aspx.cs
│ │ │ ├── Equip_BlueprintMaster_Index.aspx
│ │ │ ├── Equip_BlueprintMaster_Index.aspx.cs
│ │ │ ├── Equip_BlueprintMaster_List.aspx
│ │ │ ├── Equip_BlueprintMaster_List.aspx.cs
│ │ │ ├── Equip_BlueprintTypeDetail_Index.aspx
│ │ │ ├── Equip_BlueprintTypeDetail_Index.aspx.cs
│ │ │ ├── Equip_BlueprintTypeMaster_Index.aspx
│ │ │ ├── Equip_BlueprintTypeMaster_Index.aspx.cs
│ │ │ ├── Equip_BlueprintTypeMaster_List.aspx
│ │ │ ├── Equip_BlueprintTypeMaster_List.aspx.cs
│ │ │ ├── Equip_CheckDetail_Index.aspx
│ │ │ ├── Equip_CheckDetail_Index.aspx.cs
│ │ │ ├── Equip_CheckMaster_Index.aspx
│ │ │ ├── Equip_CheckMaster_Index.aspx.cs
│ │ │ ├── Equip_CheckMaster_List.aspx
│ │ │ ├── Equip_CheckMaster_List.aspx.cs
│ │ │ ├── Equip_DispatchingDetail_Index.aspx
│ │ │ ├── Equip_DispatchingDetail_Index.aspx.cs
│ │ │ ├── Equip_DispatchingMaster_Index.aspx
│ │ │ ├── Equip_DispatchingMaster_Index.aspx.cs
│ │ │ ├── Equip_DispatchingMaster_List.aspx
│ │ │ ├── Equip_DispatchingMaster_List.aspx.cs
│ │ │ ├── Equip_EquipmentBlueprintMaster_List.aspx
│ │ │ ├── Equip_EquipmentBlueprintMaster_List.aspx.cs
│ │ │ ├── Equip_FixCheck_Index.aspx
│ │ │ ├── Equip_FixCheck_Index.aspx.cs
│ │ │ ├── Equip_FixDetail_Index.aspx
│ │ │ ├── Equip_FixDetail_Index.aspx.cs
│ │ │ ├── Equip_FixMaster_Index.aspx
│ │ │ ├── Equip_FixMaster_Index.aspx.cs
│ │ │ ├── Equip_FixMaster_List.aspx
│ │ │ ├── Equip_FixMaster_List.aspx.cs
│ │ │ ├── Equip_Ifram.aspx
│ │ │ ├── Equip_Ifram.aspx.cs
│ │ │ ├── Equip_Ifram_Application.aspx
│ │ │ ├── Equip_Ifram_Application.aspx.cs
│ │ │ ├── Equip_Ifram_Blueprint.aspx
│ │ │ ├── Equip_Ifram_Blueprint.aspx.cs
│ │ │ ├── Equip_Incidental_Index.aspx
│ │ │ ├── Equip_Incidental_Index.aspx.cs
│ │ │ ├── Equip_Info_Index.aspx
│ │ │ ├── Equip_Info_Index.aspx.cs
│ │ │ ├── Equip_Info_List.aspx
│ │ │ ├── Equip_Info_List.aspx.cs
│ │ │ ├── Equip_MaintainApplication_Index.aspx
│ │ │ ├── Equip_MaintainApplication_Index.aspx.cs
│ │ │ ├── Equip_MaintainApplication_List.aspx
│ │ │ ├── Equip_MaintainApplication_List.aspx.cs
│ │ │ ├── Equip_MaintainCheck_Index.aspx
│ │ │ ├── Equip_MaintainCheck_Index.aspx.cs
│ │ │ ├── Equip_MaintainCheck_List.aspx
│ │ │ ├── Equip_MaintainCheck_List.aspx.cs
│ │ │ ├── Equip_MaintainDetail_Index.aspx
│ │ │ ├── Equip_MaintainDetail_Index.aspx.cs
│ │ │ ├── Equip_MaintainMaster_Index.aspx
│ │ │ ├── Equip_MaintainMaster_Index.aspx.cs
│ │ │ ├── Equip_MaintainMaster_List.aspx
│ │ │ ├── Equip_MaintainMaster_List.aspx.cs
│ │ │ ├── Equip_RunningParameter_Index.aspx
│ │ │ ├── Equip_RunningParameter_Index.aspx.cs
│ │ │ ├── Equip_RunningParameter_List.aspx
│ │ │ ├── Equip_RunningParameter_List.aspx.cs
│ │ │ ├── Equip_Running_Index.aspx
│ │ │ ├── Equip_Running_Index.aspx.cs
│ │ │ ├── Equip_Running_List.aspx
│ │ │ ├── Equip_Running_List.aspx.cs
│ │ │ ├── Equip_ShowID.aspx
│ │ │ ├── Equip_ShowID.aspx.cs
│ │ │ ├── Equip_ShowID_Application.aspx
│ │ │ ├── Equip_ShowID_Application.aspx.cs
│ │ │ ├── Equip_ShowID_Blueprint.aspx
│ │ │ ├── Equip_ShowID_Blueprint.aspx.cs
│ │ │ ├── Equip_SpareParts_Index.aspx
│ │ │ ├── Equip_SpareParts_Index.aspx.cs
│ │ │ ├── Equip_TypeDetail_Index.aspx
│ │ │ ├── Equip_TypeDetail_Index.aspx.cs
│ │ │ ├── Equip_TypeMaster_Index.aspx
│ │ │ ├── Equip_TypeMaster_Index.aspx.cs
│ │ │ └── vssver.scc
│ │ ├── report
│ │ │ ├── Equip_Equipment_CheckReport.aspx
│ │ │ ├── Equip_Equipment_CheckReport.aspx.cs
│ │ │ ├── Equip_Equipment_FixReport.aspx
│ │ │ ├── Equip_Equipment_FixReport.aspx.cs
│ │ │ ├── Equip_Equipment_Tab.aspx
│ │ │ ├── Equip_Equipment_Tab.aspx.cs
│ │ │ └── vssver.scc
│ │ ├── son_sbdy.aspx
│ │ ├── son_sbdy.aspx.cs
│ │ ├── son_sbtb.aspx
│ │ ├── son_sbtb.aspx.cs
│ │ ├── son_sbwx.aspx
│ │ ├── son_sbwx.aspx.cs
│ │ ├── son_sbyx.aspx
│ │ ├── son_sbyx.aspx.cs
│ │ └── vssver.scc
│ ├── main_help
│ │ ├── help
│ │ │ ├── charge
│ │ │ │ ├── enr_buildingElectric.htm
│ │ │ │ ├── enr_buildingWater.htm
│ │ │ │ ├── enr_roomElectric.htm
│ │ │ │ ├── enr_roomWater.htm
│ │ │ │ ├── enrol.htm
│ │ │ │ └── vssver.scc
│ │ │ ├── condition
│ │ │ │ ├── clean.htm
│ │ │ │ ├── vir_breed.htm
│ │ │ │ ├── vir_detail.htm
│ │ │ │ ├── virescence.htm
│ │ │ │ └── vssver.scc
│ │ │ ├── depot
│ │ │ │ ├── apply.htm
│ │ │ │ ├── check.htm
│ │ │ │ ├── goo_info.htm
│ │ │ │ ├── goo_type.htm
│ │ │ │ ├── goods.htm
│ │ │ │ ├── out.htm
│ │ │ │ └── vssver.scc
│ │ │ ├── equip
│ │ │ │ ├── check.htm
│ │ │ │ ├── fix.htm
│ │ │ │ ├── fix_apply.htm
│ │ │ │ ├── fix_check.htm
│ │ │ │ ├── fix_dispatch.htm
│ │ │ │ ├── fix_record.htm
│ │ │ │ ├── index.htm
│ │ │ │ ├── maintain.htm
│ │ │ │ ├── rec_blueprintBorrow.htm
│ │ │ │ ├── rec_blueprintInfo.htm
│ │ │ │ ├── rec_blueprintType.htm
│ │ │ │ ├── rec_info.htm
│ │ │ │ ├── rec_type.htm
│ │ │ │ ├── record.htm
│ │ │ │ ├── run.htm
│ │ │ │ ├── run_parameter.htm
│ │ │ │ ├── run_time.htm
│ │ │ │ └── vssver.scc
│ │ │ ├── house
│ │ │ │ ├── enr_building.htm
│ │ │ │ ├── enr_floor.htm
│ │ │ │ ├── enr_precinct.htm
│ │ │ │ ├── enr_room.htm
│ │ │ │ ├── enr_rooms.htm
│ │ │ │ ├── enrol.htm
│ │ │ │ └── vssver.scc
│ │ │ ├── intro.htm
│ │ │ ├── office
│ │ │ │ ├── emp_department.htm
│ │ │ │ ├── emp_info.htm
│ │ │ │ ├── emp_praisePunish.htm
│ │ │ │ ├── emp_train.htm
│ │ │ │ └── vssver.scc
│ │ │ ├── public
│ │ │ │ ├── browser.htm
│ │ │ │ ├── button.htm
│ │ │ │ ├── initialize.htm
│ │ │ │ ├── login.htm
│ │ │ │ ├── query.htm
│ │ │ │ ├── report.htm
│ │ │ │ └── vssver.scc
│ │ │ ├── run.htm
│ │ │ ├── safety
│ │ │ │ ├── accident.htm
│ │ │ │ ├── fir_accident.htm
│ │ │ │ ├── fir_check.htm
│ │ │ │ ├── fir_district.htm
│ │ │ │ ├── fir_drilling.htm
│ │ │ │ ├── fireFighting.htm
│ │ │ │ ├── iao_goods.htm
│ │ │ │ ├── iao_visitor.htm
│ │ │ │ ├── patrol.htm
│ │ │ │ ├── safety.htm
│ │ │ │ └── vssver.scc
│ │ │ ├── system
│ │ │ │ ├── aut_group.htm
│ │ │ │ ├── aut_user.htm
│ │ │ │ ├── common.htm
│ │ │ │ ├── dat_bak.htm
│ │ │ │ ├── dat_revert.htm
│ │ │ │ ├── ini_data.htm
│ │ │ │ ├── ini_module.htm
│ │ │ │ ├── log_read.htm
│ │ │ │ ├── log_remove.htm
│ │ │ │ ├── log_set.htm
│ │ │ │ └── vssver.scc
│ │ │ ├── tenement
│ │ │ │ ├── moveIn.htm
│ │ │ │ ├── rent.htm
│ │ │ │ ├── resident.htm
│ │ │ │ ├── sale.htm
│ │ │ │ └── vssver.scc
│ │ │ └── vssver.scc
│ │ ├── help.aspx
│ │ ├── help.aspx.cs
│ │ ├── help.css
│ │ ├── images
│ │ │ ├── back.gif
│ │ │ ├── back2.gif
│ │ │ ├── book1.gif
│ │ │ ├── book_close.gif
│ │ │ ├── book_open.gif
│ │ │ ├── close.gif
│ │ │ ├── close2.gif
│ │ │ ├── desktop_bg2.jpg
│ │ │ ├── foward.gif
│ │ │ ├── foward2.gif
│ │ │ ├── mulu.gif
│ │ │ ├── question.gif
│ │ │ ├── trans1.gif
│ │ │ ├── vssver.scc
│ │ │ └── welcome.gif
│ │ ├── index.html
│ │ ├── intro.htm
│ │ ├── menu.html
│ │ ├── menubut.htc
│ │ ├── online.aspx
│ │ ├── online.aspx.cs
│ │ ├── vssver.scc
│ │ └── welcome.htm
│ ├── main_house
│ │ ├── program
│ │ │ ├── House_Building_BatchCopyRoom.aspx
│ │ │ ├── House_Building_BatchCopyRoom.aspx.cs
│ │ │ ├── House_Building_BatchCopyView.aspx
│ │ │ ├── House_Building_BatchCopyView.aspx.cs
│ │ │ ├── House_Building_Copy.aspx
│ │ │ ├── House_Building_Copy.aspx.cs
│ │ │ ├── House_Building_ElectricInfo.aspx
│ │ │ ├── House_Building_ElectricInfo.aspx.cs
│ │ │ ├── House_Building_Index.aspx
│ │ │ ├── House_Building_Index.aspx.cs
│ │ │ ├── House_Building_SumInfo.aspx
│ │ │ ├── House_Building_SumInfo.aspx.cs
│ │ │ ├── House_Building_WaterInfo.aspx
│ │ │ ├── House_Building_WaterInfo.aspx.cs
│ │ │ ├── House_Floor_Copy.aspx
│ │ │ ├── House_Floor_Copy.aspx.cs
│ │ │ ├── House_Floor_Index.aspx
│ │ │ ├── House_Floor_Index.aspx.cs
│ │ │ ├── House_Floor_QuickInputRoom.aspx
│ │ │ ├── House_Floor_QuickInputRoom.aspx.cs
│ │ │ ├── House_PrecinctCheckDetail_Index.aspx
│ │ │ ├── House_PrecinctCheckDetail_Index.aspx.cs
│ │ │ ├── House_PrecinctCheckMaster_Index.aspx
│ │ │ ├── House_PrecinctCheckMaster_Index.aspx.cs
│ │ │ ├── House_Precinct_Index.aspx
│ │ │ ├── House_Precinct_Index.aspx.cs
│ │ │ ├── House_Precinct_SumInfo.aspx
│ │ │ ├── House_Precinct_SumInfo.aspx.cs
│ │ │ ├── House_PropertyCheckDetail_Index.aspx
│ │ │ ├── House_PropertyCheckDetail_Index.aspx.cs
│ │ │ ├── House_PropertyCheckMaster_Index.aspx
│ │ │ ├── House_PropertyCheckMaster_Index.aspx.cs
│ │ │ ├── House_RoomCheckDetail_Index.aspx
│ │ │ ├── House_RoomCheckDetail_Index.aspx.cs
│ │ │ ├── House_RoomCheckMaster_Index.aspx
│ │ │ ├── House_RoomCheckMaster_Index.aspx.cs
│ │ │ ├── House_Room_ElectricInfo.aspx
│ │ │ ├── House_Room_ElectricInfo.aspx.cs
│ │ │ ├── House_Room_Index.aspx
│ │ │ ├── House_Room_Index.aspx.cs
│ │ │ ├── House_Room_SetWaterElectric.aspx
│ │ │ ├── House_Room_SetWaterElectric.aspx.cs
│ │ │ ├── House_Room_WaterInfo.aspx
│ │ │ ├── House_Room_WaterInfo.aspx.cs
│ │ │ ├── House_ShowHouse.aspx
│ │ │ ├── House_ShowHouse.aspx.cs
│ │ │ ├── House_UploadImage.aspx
│ │ │ ├── House_UploadImage.aspx.cs
│ │ │ └── vssver.scc
│ │ ├── report
│ │ │ ├── House_BuildingDetailInfo_Report.aspx
│ │ │ ├── House_BuildingDetailInfo_Report.aspx.cs
│ │ │ ├── House_BuildingSumInfo_Report.aspx
│ │ │ ├── House_BuildingSumInfo_Report.aspx.cs
│ │ │ ├── House_PrecinctDetailInfo_Report.aspx
│ │ │ ├── House_PrecinctDetailInfo_Report.aspx.cs
│ │ │ ├── House_PrecinctSumInfo_Report.aspx
│ │ │ ├── House_PrecinctSumInfo_Report.aspx.cs
│ │ │ ├── House_RoomDetailInfo_Report.aspx
│ │ │ ├── House_RoomDetailInfo_Report.aspx.cs
│ │ │ └── vssver.scc
│ │ ├── son_fctb.aspx
│ │ ├── son_fctb.aspx.cs
│ │ ├── son_fcys.aspx
│ │ ├── son_fcys.aspx.cs
│ │ └── vssver.scc
│ ├── main_office
│ │ └── program
│ │ ├── Office_Department_Edit.aspx
│ │ ├── Office_Department_Edit.aspx.cs
│ │ ├── Office_Department_Index.aspx
│ │ ├── Office_Department_Index.aspx.cs
│ │ ├── Office_Employee_Account.aspx
│ │ ├── Office_Employee_Account.aspx.cs
│ │ ├── Office_Employee_Add.aspx
│ │ ├── Office_Employee_Add.aspx.cs
│ │ ├── Office_Employee_Family.aspx
│ │ ├── Office_Employee_Family.aspx.cs
│ │ ├── Office_Employee_Index.aspx
│ │ ├── Office_Employee_Index.aspx.cs
│ │ ├── Office_Employee_Position.aspx
│ │ ├── Office_Employee_Position.aspx.cs
│ │ ├── Office_Employee_PrisePunish.aspx
│ │ ├── Office_Employee_PrisePunish.aspx.cs
│ │ ├── Office_Employee_Resume.aspx
│ │ ├── Office_Employee_Resume.aspx.cs
│ │ ├── Office_Employee_Salary.aspx
│ │ ├── Office_Employee_Salary.aspx.cs
│ │ ├── Office_Employee_Train.aspx
│ │ ├── Office_Employee_Train.aspx.cs
│ │ ├── Office_Employee_UploadPic.aspx
│ │ ├── Office_Employee_UploadPic.aspx.cs
│ │ ├── WebForm1.aspx
│ │ ├── WebForm1.aspx.cs
│ │ ├── WebForm1.aspx.designer.cs
│ │ └── vssver.scc
│ ├── main_safety
│ │ ├── program
│ │ │ ├── Safety_BurstEvent_Index.aspx
│ │ │ ├── Safety_BurstEvent_Index.aspx.cs
│ │ │ ├── Safety_BurstEvent_List.aspx
│ │ │ ├── Safety_BurstEvent_List.aspx.cs
│ │ │ ├── Safety_CallOn_Index.aspx
│ │ │ ├── Safety_CallOn_Index.aspx.cs
│ │ │ ├── Safety_FireControlAccident_Index.aspx
│ │ │ ├── Safety_FireControlAccident_Index.aspx.cs
│ │ │ ├── Safety_FireControlAccident_List.aspx
│ │ │ ├── Safety_FireControlAccident_List.aspx.cs
│ │ │ ├── Safety_FireControlArea_Index.aspx
│ │ │ ├── Safety_FireControlArea_Index.aspx.cs
│ │ │ ├── Safety_FireControlArea_List.aspx
│ │ │ ├── Safety_FireControlArea_List.aspx.cs
│ │ │ ├── Safety_FireControlCheckDetail_Index.aspx
│ │ │ ├── Safety_FireControlCheckDetail_Index.aspx.cs
│ │ │ ├── Safety_FireControlCheckMaster_Index.aspx
│ │ │ ├── Safety_FireControlCheckMaster_Index.aspx.cs
│ │ │ ├── Safety_FireControlCheckMaster_List.aspx
│ │ │ ├── Safety_FireControlCheckMaster_List.aspx.cs
│ │ │ ├── Safety_FireControlDrilling_Index.aspx
│ │ │ ├── Safety_FireControlDrilling_Index.aspx.cs
│ │ │ ├── Safety_FireControlDrilling_List.aspx
│ │ │ ├── Safety_FireControlDrilling_List.aspx.cs
│ │ │ ├── Safety_ItemInOut_Index.aspx
│ │ │ ├── Safety_ItemInOut_Index.aspx.cs
│ │ │ ├── Safety_PatrolDetail_Index.aspx
│ │ │ ├── Safety_PatrolDetail_Index.aspx.cs
│ │ │ ├── Safety_PatrolMaster_Index.aspx
│ │ │ ├── Safety_PatrolMaster_Index.aspx.cs
│ │ │ ├── Safety_PatrolMaster_List.aspx
│ │ │ ├── Safety_PatrolMaster_List.aspx.cs
│ │ │ ├── Safety_VigilanceManDetail_Index.aspx
│ │ │ ├── Safety_VigilanceManDetail_Index.aspx.cs
│ │ │ ├── Safety_VigilanceManMaster_Index.aspx
│ │ │ ├── Safety_VigilanceManMaster_Index.aspx.cs
│ │ │ ├── Safety_VigilanceManMaster_List.aspx
│ │ │ ├── Safety_VigilanceManMaster_List.aspx.cs
│ │ │ └── vssver.scc
│ │ ├── report
│ │ │ ├── Safety_PatrolMaster_Report.aspx
│ │ │ ├── Safety_PatrolMaster_Report.aspx.cs
│ │ │ ├── Safety_VigilanceManMaster_Report.aspx
│ │ │ ├── Safety_VigilanceManMaster_Report.aspx.cs
│ │ │ └── vssver.scc
│ │ ├── son_aftb.aspx
│ │ ├── son_aftb.aspx.cs
│ │ ├── son_crgl.aspx
│ │ ├── son_crgl.aspx.cs
│ │ ├── son_xfgl.aspx
│ │ ├── son_xfgl.aspx.cs
│ │ └── vssver.scc
│ ├── main_service
│ ├── main_system
│ │ ├── program
│ │ │ ├── Baseinfo_tree.aspx
│ │ │ ├── Baseinfo_tree.aspx.cs
│ │ │ ├── Baseinfo_tree.aspx.designer.cs
│ │ │ ├── System_BaseInfo.aspx
│ │ │ ├── System_BaseInfo.aspx.cs
│ │ │ ├── System_BaseInfo.aspx.designer.cs
│ │ │ ├── System_DataBackup_Backup.aspx
│ │ │ ├── System_DataBackup_Backup.aspx.cs
│ │ │ ├── System_DataBackup_Restore.aspx
│ │ │ ├── System_DataBackup_Restore.aspx.cs
│ │ │ ├── System_GeneralCode_Edit.aspx
│ │ │ ├── System_GeneralCode_Edit.aspx.cs
│ │ │ ├── System_GeneralCode_Index.aspx
│ │ │ ├── System_GeneralCode_Index.aspx.cs
│ │ │ ├── System_GroupAuthorization_Edit.aspx
│ │ │ ├── System_GroupAuthorization_Edit.aspx.cs
│ │ │ ├── System_GroupAuthorization_Edit.aspx.designer.cs
│ │ │ ├── System_GroupAuthorization_Edit2.aspx
│ │ │ ├── System_GroupAuthorization_Edit2.aspx.cs
│ │ │ ├── System_GroupAuthorization_Index.aspx
│ │ │ ├── System_GroupAuthorization_Index.aspx.cs
│ │ │ ├── System_Initializers_House.aspx
│ │ │ ├── System_Initializers_House.aspx.cs
│ │ │ ├── System_Initializers_Index.aspx
│ │ │ ├── System_Initializers_Index.aspx.cs
│ │ │ ├── System_Parameter_Index.aspx
│ │ │ ├── System_Parameter_Index.aspx.cs
│ │ │ ├── System_RecordOperate_Clear.aspx
│ │ │ ├── System_RecordOperate_Clear.aspx.cs
│ │ │ ├── System_RecordOperate_Set.aspx
│ │ │ ├── System_RecordOperate_Set.aspx.cs
│ │ │ ├── System_RecordOperate_View.aspx
│ │ │ ├── System_RecordOperate_View.aspx.cs
│ │ │ ├── System_UserAuthorization_Admin.aspx
│ │ │ ├── System_UserAuthorization_Admin.aspx.cs
│ │ │ ├── System_UserAuthorization_Admin.aspx.designer.cs
│ │ │ ├── System_UserAuthorization_Admin2.aspx
│ │ │ ├── System_UserAuthorization_Admin2.aspx.cs
│ │ │ ├── System_UserAuthorization_Edit.aspx
│ │ │ ├── System_UserAuthorization_Edit.aspx.cs
│ │ │ ├── System_UserAuthorization_Index.aspx
│ │ │ ├── System_UserAuthorization_Index.aspx.cs
│ │ │ ├── System_UserAuthorization_SelectID.aspx
│ │ │ ├── System_UserAuthorization_SelectID.aspx.cs
│ │ │ ├── System_UserAuthorization_SelectPrecinct.aspx
│ │ │ ├── System_UserAuthorization_SelectPrecinct.aspx.cs
│ │ │ ├── System_UserAuthorization_ShowID.aspx
│ │ │ ├── System_UserAuthorization_ShowID.aspx.cs
│ │ │ ├── System_UserAuthorization_ShowPrecinct.aspx
│ │ │ ├── System_UserAuthorization_ShowPrecinct.aspx.cs
│ │ │ ├── System_UserPassWord_Change.aspx
│ │ │ ├── System_UserPassWord_Change.aspx.cs
│ │ │ ├── System_UserPassWord_Ifram.aspx
│ │ │ ├── System_UserPassWord_Ifram.aspx.cs
│ │ │ ├── TreeBaseInfo.aspx
│ │ │ ├── TreeBaseInfo.aspx.cs
│ │ │ ├── TreeBaseInfo.aspx.designer.cs
│ │ │ ├── WebForm1.aspx
│ │ │ ├── WebForm1.aspx.cs
│ │ │ ├── WebForm1.aspx.designer.cs
│ │ │ ├── blank.htm
│ │ │ └── vssver.scc
│ │ ├── son_backup.aspx
│ │ ├── son_backup.aspx.cs
│ │ ├── son_csh.aspx
│ │ ├── son_csh.aspx.cs
│ │ ├── son_user.aspx
│ │ ├── son_user.aspx.cs
│ │ ├── son_xtrz.aspx
│ │ ├── son_xtrz.aspx.cs
│ │ └── vssver.scc
│ ├── main_tenement
│ │ ├── program
│ │ │ ├── Tenement_MoveIn_Charge.aspx
│ │ │ ├── Tenement_MoveIn_Charge.aspx.cs
│ │ │ ├── Tenement_MoveIn_Check.aspx
│ │ │ ├── Tenement_MoveIn_Check.aspx.cs
│ │ │ ├── Tenement_MoveIn_Index.aspx
│ │ │ ├── Tenement_MoveIn_Index.aspx.cs
│ │ │ ├── Tenement_RentSale_Graph.aspx
│ │ │ ├── Tenement_RentSale_Graph.aspx.cs
│ │ │ ├── Tenement_Rent_Contract.aspx
│ │ │ ├── Tenement_Rent_Contract.aspx.cs
│ │ │ ├── Tenement_Rent_Deposit.aspx
│ │ │ ├── Tenement_Rent_Deposit.aspx.cs
│ │ │ ├── Tenement_Rent_History.aspx
│ │ │ ├── Tenement_Rent_History.aspx.cs
│ │ │ ├── Tenement_Rent_Index.aspx
│ │ │ ├── Tenement_Rent_Index.aspx.cs
│ │ │ ├── Tenement_Resident_BaseInfo.aspx
│ │ │ ├── Tenement_Resident_BaseInfo.aspx.cs
│ │ │ ├── Tenement_Resident_Graph.aspx
│ │ │ ├── Tenement_Resident_Graph.aspx.cs
│ │ │ ├── Tenement_Resident_History.aspx
│ │ │ ├── Tenement_Resident_History.aspx.cs
│ │ │ ├── Tenement_Resident_Index.aspx
│ │ │ ├── Tenement_Resident_Index.aspx.cs
│ │ │ ├── Tenement_Resident_Info.aspx
│ │ │ ├── Tenement_Resident_Info.aspx.cs
│ │ │ ├── Tenement_Sales_Contract.aspx
│ │ │ ├── Tenement_Sales_Contract.aspx.cs
│ │ │ ├── Tenement_Sales_Index.aspx
│ │ │ ├── Tenement_Sales_Index.aspx.cs
│ │ │ ├── Tenement_Sales_info.aspx
│ │ │ ├── Tenement_Sales_info.aspx.cs
│ │ │ ├── Tenement_ShowHouse.aspx
│ │ │ ├── Tenement_ShowHouse.aspx.cs
│ │ │ ├── load.js
│ │ │ └── vssver.scc
│ │ ├── report
│ │ │ ├── Tenement_MoveIn_Report.aspx
│ │ │ ├── Tenement_MoveIn_Report.aspx.cs
│ │ │ ├── Tenement_Rent_Report.aspx
│ │ │ ├── Tenement_Rent_Report.aspx.cs
│ │ │ ├── Tenement_ResidentSum_Report.aspx
│ │ │ ├── Tenement_ResidentSum_Report.aspx.cs
│ │ │ ├── Tenement_Resident_Report.aspx
│ │ │ ├── Tenement_Resident_Report.aspx.cs
│ │ │ ├── Tenement_Sales_Report.aspx
│ │ │ ├── Tenement_Sales_Report.aspx.cs
│ │ │ └── vssver.scc
│ │ ├── son_zhtb.aspx
│ │ ├── son_zhtb.aspx.cs
│ │ └── vssver.scc
│ ├── obj
│ │ ├── Debug
│ │ │ ├── Refactor
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ ├── TempPE
│ │ │ ├── Wygl_asp.csproj.FileListAbsolute.txt
│ │ │ ├── Wygl_asp.dll
│ │ │ └── Wygl_asp.pdb
│ │ └── Wygl_asp.csproj.FileListAbsolute.txt
│ ├── sysfile
│ │ ├── dbbak
│ │ └── user
│ │ ├── Building_001_0001_01.jpg
│ │ ├── Building_001_0001_02.jpg
│ │ ├── Building_002_0021_02.jpg
│ │ ├── Building_1_01_01.jpg
│ │ ├── Employee_001_0003.jpg
│ │ ├── Employee_001_1001.gif
│ │ ├── Employee_001_11111.jpg
│ │ ├── Employee_001_e.jpg
│ │ ├── Employee_01_A1.jpg
│ │ ├── Employee_111222_ere.gif
│ │ ├── Precinct_001_01.gif
│ │ ├── Precinct_001_01.jpg
│ │ ├── Precinct_1_01.jpg
│ │ ├── Precinct_1_02.gif
│ │ ├── Precinct_1_03.gif
│ │ ├── Precinct_1_04.jpg
│ │ ├── Precinct_1_05.jpg
│ │ ├── Room_001_321_001_101_05.jpg
│ │ ├── Room_1_01_001_101_01.jpg
│ │ ├── foot-qrcode.jpg
│ │ ├── guide.png
│ │ └── vssver.scc
│ ├── test.aspx
│ ├── test.aspx.cs
│ ├── test.aspx.designer.cs
│ ├── timeout.htm
│ └── wygl_class
│ ├── AssemblyInfo.cs
│ ├── Charge
│ │ ├── AdministrateStandard.cs
│ │ ├── BuildingElectricDegrees.cs
│ │ ├── BuildingWaterDegrees.cs
│ │ ├── ChargeAccountingDetail.cs
│ │ ├── ChargeAccountingMaster.cs
│ │ ├── ChargeParameter.cs
│ │ ├── ChargePayment.cs
│ │ ├── ChargePaymentDetail.cs
│ │ ├── DayElectricDegrees.cs
│ │ ├── ElectricCharge.cs
│ │ ├── ElectricChargeStandard.cs
│ │ ├── NoumenonStandard.cs
│ │ ├── PrePayment.cs
│ │ ├── ProjectElectricDegrees.cs
│ │ ├── ProjectWaterDegrees.cs
│ │ ├── RoomElectricDegrees.cs
│ │ ├── RoomWaterDegrees.cs
│ │ ├── UserDefineStandard.cs
│ │ ├── WaterCharge.cs
│ │ ├── WaterChargeStandard.cs
│ │ └── vssver.scc
│ ├── Condition
│ │ ├── AfforestDetail.cs
│ │ ├── AfforestMaster.cs
│ │ ├── Breed.cs
│ │ ├── CleanDetail.cs
│ │ ├── CleanMaster.cs
│ │ └── vssver.scc
│ ├── Depot
│ │ ├── InventoryCheckDetail.cs
│ │ ├── InventoryCheckMaster.cs
│ │ ├── Material.cs
│ │ ├── TransferDetail.cs
│ │ ├── TransferMaster.cs
│ │ ├── TypeDetail.cs
│ │ ├── TypeMaster.cs
│ │ └── vssver.scc
│ ├── Equip
│ │ ├── BlueprintDetail.cs
│ │ ├── BlueprintMaster.cs
│ │ ├── BlueprintTypeDetail.cs
│ │ ├── BlueprintTypeMaster.cs
│ │ ├── CheckDetail.cs
│ │ ├── CheckMaster.cs
│ │ ├── DispatchingDetail.cs
│ │ ├── DispatchingMaster.cs
│ │ ├── Equipment.cs
│ │ ├── FixCheck.cs
│ │ ├── FixDetail.cs
│ │ ├── FixMaster.cs
│ │ ├── GeneratorFix.cs
│ │ ├── Incidental.cs
│ │ ├── Info.cs
│ │ ├── MaintainApplication.cs
│ │ ├── MaintainCheck.cs
│ │ ├── MaintainDetail.cs
│ │ ├── MaintainMaster.cs
│ │ ├── MantainAppRpt.cs
│ │ ├── PrerunCheck.cs
│ │ ├── RunRecord.cs
│ │ ├── Running.cs
│ │ ├── RunningParameter.cs
│ │ ├── SpareParts.cs
│ │ ├── TypeDetail.cs
│ │ ├── TypeMaster.cs
│ │ └── vssver.scc
│ ├── Office
│ │ ├── Department.cs
│ │ ├── Employee.cs
│ │ ├── FamilyDetail.cs
│ │ ├── PrisePunishDetail.cs
│ │ ├── TrainingDetail.cs
│ │ └── vssver.scc
│ ├── Repair
│ │ ├── Material.cs
│ │ ├── MaterialType.cs
│ │ └── vssver.scc
│ ├── Reports
│ │ ├── BuildingClassRpt.cs
│ │ ├── DayElectricDegreesRpt.cs
│ │ ├── EquipmentCard.cs
│ │ ├── GeneratorFixRpt.cs
│ │ ├── MantainAppRpt.cs
│ │ ├── ParkManageRpt.cs
│ │ ├── PayNoticeRpt.cs
│ │ ├── ProjectElectricDegreesRpt.cs
│ │ ├── ProjectWaterDegreesRpt.cs
│ │ ├── SafectyXfjlRpt.cs
│ │ ├── SafectyYhjcRpt.cs
│ │ ├── TenementBuildingRpt.cs
│ │ └── vssver.scc
│ ├── Resource
│ │ ├── Building.cs
│ │ ├── BuildingElectricMeter.cs
│ │ ├── BuildingWaterMeter.cs
│ │ ├── Floor.cs
│ │ ├── Precinct.cs
│ │ ├── PrecinctCheckDetail.cs
│ │ ├── PrecinctCheckMaster.cs
│ │ ├── PropertyCheckDetail.cs
│ │ ├── PropertyCheckMaster.cs
│ │ ├── Room.cs
│ │ ├── RoomCheckDetail.cs
│ │ ├── RoomCheckMaster.cs
│ │ ├── RoomElectricMeter.cs
│ │ ├── RoomWaterMeter.cs
│ │ └── vssver.scc
│ ├── Safety
│ │ ├── BurstEvent.cs
│ │ ├── CallOn.cs
│ │ ├── FireControlAccident.cs
│ │ ├── FireControlArea.cs
│ │ ├── FireControlCheckDetail.cs
│ │ ├── FireControlCheckMaster.cs
│ │ ├── FireControlDrilling.cs
│ │ ├── HiddenTroubce.cs
│ │ ├── ItemInOut.cs
│ │ ├── ParkManage.cs
│ │ ├── PatrolDetail.cs
│ │ ├── PatrolMaster.cs
│ │ ├── SafetyCall.cs
│ │ ├── VigilanceManDetail.cs
│ │ ├── VigilanceManMaster.cs
│ │ └── vssver.scc
│ ├── Service
│ │ ├── Campaign.cs
│ │ ├── Complain.cs
│ │ ├── Fitment.cs
│ │ ├── ServiceApplication.cs
│ │ └── vssver.scc
│ ├── Sys
│ │ ├── AddOn.cs
│ │ ├── DmDocTbl.cs
│ │ ├── GeneralCode.cs
│ │ ├── GroupAuthorization.cs
│ │ ├── InitConfig.cs
│ │ ├── Program.cs
│ │ ├── QueryDetail.cs
│ │ ├── QueryMaster.cs
│ │ ├── QueryView.cs
│ │ ├── UserAuthorization.cs
│ │ └── vssver.scc
│ ├── Version.cs
│ ├── WebTree
│ │ ├── TreeDesigner.cs
│ │ ├── TreeNode.cs
│ │ ├── TreeView.cs
│ │ └── vssver.scc
│ ├── bin
│ │ ├── Debug
│ │ │ ├── WyglClass.dll
│ │ │ └── WyglClass.pdb
│ │ └── Release
│ │ └── WyglClass.dll
│ ├── mssccprj.scc
│ ├── obj
│ │ ├── Debug
│ │ │ ├── Refactor
│ │ │ │ └── WyglClass.dll
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ ├── TempPE
│ │ │ ├── WyglClass.dll
│ │ │ ├── WyglClass.dll.incr
│ │ │ ├── WyglClass.pdb
│ │ │ ├── temp
│ │ │ ├── wygl_class.csproj.FileListAbsolute.txt
│ │ │ └── wygl_class.projdata
│ │ ├── Release
│ │ │ ├── WyglClass.dll
│ │ │ ├── temp
│ │ │ └── wygl_class.projdata
│ │ └── wygl_class.csproj.FileListAbsolute.txt
│ ├── public
│ │ ├── Authorization.cs
│ │ ├── BindData.cs
│ │ ├── Common.cs
│ │ ├── Database.cs
│ │ ├── DatabaseESM.cs
│ │ ├── DrawChart.cs
│ │ ├── RecordOperate.cs
│ │ ├── ReportBase.cs
│ │ ├── ReportFactory.cs
│ │ ├── SMTPMail.cs
│ │ ├── SysConfig.cs
│ │ ├── WyglDataComm.cs
│ │ └── vssver.scc
│ ├── tenement
│ │ ├── MoveInChargeDetail.cs
│ │ ├── MoveInCheckDetail.cs
│ │ ├── MoveInMaster.cs
│ │ ├── RentDeposit.cs
│ │ ├── RentMaster.cs
│ │ ├── ResidentDetail.cs
│ │ ├── ResidentMaster.cs
│ │ ├── Sales.cs
│ │ └── vssver.scc
│ ├── vssver.scc
│ ├── wygl_class.csproj
│ ├── wygl_class.csproj.user
│ ├── wygl_class.csproj.vspscc
│ ├── wygl_class.sln
│ └── wygl_class.suo
├── 必读.txt
└── 鼎泰物业管理系统.ppt
120 directories, 1489 files
相关软件
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论