在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → C# 三层架构物业管理系统.rar

C# 三层架构物业管理系统.rar

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:7.75M
  • 下载次数:9
  • 浏览次数:173
  • 发布时间:2021-12-05
  • 实例类别:一般编程问题
  • 发 布 人:js2021
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
运行环境:MSSQL 2005 VS2005 是我的一个答辩毕业项目,利用三层架构 内附数据库SQL语句,执行即可使用 都是源码,需要参考的可以下下来看看,皮肤包什么都已经加好了。 小区物业管理系统
【实例截图】
【核心代码】
4744302543298387284.rar
└── 物业管理项目12-19 12点14
├── HouseManager.sql
├── 功能分析.doc
└── 物业管理项目
├── BLL
│   ├── AmmeterManager.cs
│   ├── bin
│   │   └── Debug
│   │   ├── HouseManager.BLL.dll
│   │   ├── HouseManager.BLL.pdb
│   │   ├── HouseManager.DAL.dll
│   │   ├── HouseManager.DAL.pdb
│   │   ├── HouseManager.Models.dll
│   │   └── HouseManager.Models.pdb
│   ├── BLL.csproj
│   ├── BuildingManager.cs
│   ├── CarSeatManager.cs
│   ├── ChargeRecordManager.cs
│   ├── ChargeTypeManager.cs
│   ├── DebtManager.cs
│   ├── DebtQianFeiRecordManager.cs
│   ├── FeeItemManager.cs
│   ├── FunctionManager.cs
│   ├── FunctionTypeManager.cs
│   ├── GasMeterManager.cs
│   ├── HouseDirectionManager.cs
│   ├── HouseManager.cs
│   ├── HouseSearchResultManager.cs
│   ├── HouseStateManager.cs
│   ├── HouseStructManager.cs
│   ├── HouseTypeManager.cs
│   ├── IdeaManager.cs
│   ├── obj
│   │   ├── BLL.csproj.FileListAbsolute.txt
│   │   ├── BLL.csproj.FileList.txt
│   │   └── Debug
│   │   ├── HouseManager.BLL.dll
│   │   ├── HouseManager.BLL.pdb
│   │   ├── Refactor
│   │   │   └── HouseManager.BLL.dll
│   │   ├── ResolveAssemblyReference.cache
│   │   └── TempPE
│   ├── OperateLogManager.cs
│   ├── OwnerManager.cs
│   ├── PactManager.cs
│   ├── PayTypeManager.cs
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   ├── PublicHolderManager.cs
│   ├── PublicMeterManager.cs
│   ├── RepairRecordManager.cs
│   ├── RoleFunctionManager.cs
│   ├── RolesManager.cs
│   ├── SaleRecordManager.cs
│   ├── SearchResultManager.cs
│   ├── ShowMessageManager.cs
│   ├── UndebtManager.cs
│   ├── UnDebtQianFeiRecordManager.cs
│   ├── UsersManager.cs
│   ├── UStateManager.cs
│   ├── WaterMeterManager.cs
│   ├── WuYeManager.cs
│   └── YSKOperateManager.cs
├── DAL
│   ├── AmmeterService.cs
│   ├── bin
│   │   └── Debug
│   │   ├── HouseManager.DAL.dll
│   │   ├── HouseManager.DAL.pdb
│   │   ├── HouseManager.Models.dll
│   │   └── HouseManager.Models.pdb
│   ├── BuildingService.cs
│   ├── CarSeatService.cs
│   ├── ChargeRecordService.cs
│   ├── ChargeTypeService.cs
│   ├── DAL.csproj
│   ├── DebtQianFeiRecordService.cs
│   ├── DebtService.cs
│   ├── FeeItemService.cs
│   ├── FunctionService.cs
│   ├── FunctionTypeService.cs
│   ├── GasMeterService.cs
│   ├── HouseDirectionService.cs
│   ├── HouseSearchResultService.cs
│   ├── HouseService.cs
│   ├── HouseStateService.cs
│   ├── HouseStructService.cs
│   ├── HouseTypeService.cs
│   ├── IdeaService.cs
│   ├── obj
│   │   ├── DAL.csproj.FileListAbsolute.txt
│   │   ├── DAL.csproj.FileList.txt
│   │   └── Debug
│   │   ├── HouseManager.DAL.dll
│   │   ├── HouseManager.DAL.pdb
│   │   ├── Refactor
│   │   │   └── HouseManager.DAL.dll
│   │   ├── ResolveAssemblyReference.cache
│   │   └── TempPE
│   ├── OperateLogService.cs
│   ├── OwnerService.cs
│   ├── PactService.cs
│   ├── PayTypeService.cs
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   ├── PublicHolderService.cs
│   ├── PublicMeterService.cs
│   ├── RepairRecordService.cs
│   ├── RoleFunctionService.cs
│   ├── RolesService.cs
│   ├── SaleRecordService.cs
│   ├── SearchResultService.cs
│   ├── ShowMessageService.cs
│   ├── SQLHelper.cs
│   ├── UnDebtQianFeiRecordService.cs
│   ├── UnDebtService.cs
│   ├── UserService.cs
│   ├── UStateService.cs
│   ├── WaterMeterService.cs
│   ├── WuYeService.cs
│   └── YSKOperateService.cs
├── HouseManager
│   ├── HouseManager.sln
│   ├── HouseManager.suo
│   └── HouseManagerUI
│   ├── AboutUsForm.cs
│   ├── AboutUsForm.Designer.cs
│   ├── AboutUsForm.resx
│   ├── App.config
│   ├── bin
│   │   └── Debug
│   │   ├── HouseManager.BLL.dll
│   │   ├── HouseManager.BLL.pdb
│   │   ├── HouseManager.DAL.dll
│   │   ├── HouseManager.DAL.pdb
│   │   ├── HouseManager.Models.dll
│   │   ├── HouseManager.Models.pdb
│   │   ├── HouseManagerUI.exe
│   │   ├── HouseManagerUI.exe.config
│   │   ├── HouseManagerUI.pdb
│   │   ├── HouseManagerUI.vshost.exe
│   │   ├── HouseManagerUI.vshost.exe.config
│   │   ├── Image
│   │   │   ├── 10.bmp
│   │   │   ├── 11.bmp
│   │   │   ├── 12.bmp
│   │   │   ├── 13.bmp
│   │   │   ├── 14.bmp
│   │   │   ├── 15.bmp
│   │   │   ├── 16.bmp
│   │   │   ├── 17.bmp
│   │   │   ├── 18.bmp
│   │   │   ├── 19.bmp
│   │   │   ├── 1.bmp
│   │   │   ├── 20.bmp
│   │   │   ├── 21.bmp
│   │   │   ├── 2.bmp
│   │   │   ├── 3.bmp
│   │   │   ├── 4.bmp
│   │   │   ├── 5.bmp
│   │   │   ├── 6.bmp
│   │   │   ├── 7.jpg
│   │   │   ├── 9.bmp
│   │   │   ├── about.bmp
│   │   │   ├── back1.jpg
│   │   │   ├── back2.jpg
│   │   │   ├── back3.jpg
│   │   │   ├── background.jpg
│   │   │   ├── baobiao.bmp
│   │   │   ├── favicon.ico
│   │   │   ├── login2.bmp
│   │   │   ├── NoYinYing.jpg
│   │   │   ├── richang.bmp
│   │   │   ├── RiChangTwo.bmp
│   │   │   ├── shequ.bmp
│   │   │   ├── shoufei.bmp
│   │   │   ├── Thumbs.db
│   │   │   ├── tiao.gif
│   │   │   ├── xitong.bmp
│   │   │   ├── YinYing.jpg
│   │   │   ├── 文件夹1.bmp
│   │   │   └── 文件夹2.bmp
│   │   ├── IrisSkin2.dll
│   │   ├── ischecked.wuye
│   │   ├── skin
│   │   │   ├── CalmnessColor1.ssk
│   │   │   ├── CalmnessColor2.ssk
│   │   │   ├── Calmness.ssk
│   │   │   ├── DeepCyan.ssk
│   │   │   ├── DeepGreen.ssk
│   │   │   ├── DeepOrange.ssk
│   │   │   ├── DiamondBlue.ssk
│   │   │   ├── DiamondGreen.ssk
│   │   │   ├── EighteenColor1.ssk
│   │   │   ├── EighteenColor2.ssk
│   │   │   ├── Eighteen.ssk
│   │   │   ├── EmeraldColor1.ssk
│   │   │   ├── EmeraldColor2.ssk
│   │   │   ├── EmeraldColor3.ssk
│   │   │   ├── GlassBrown.ssk
│   │   │   ├── GlassGreen.ssk
│   │   │   ├── GlassOrange.ssk
│   │   │   ├── Longhorn.ssk
│   │   │   ├── MacOS.ssk
│   │   │   ├── MidsummerColor1.ssk
│   │   │   ├── MidsummerColor2.ssk
│   │   │   ├── MidsummerColor3.ssk
│   │   │   ├── Midsummer.ssk
│   │   │   ├── MP10.ssk
│   │   │   ├── MSN.ssk
│   │   │   ├── null.ssk
│   │   │   ├── office2007.ssk
│   │   │   ├── OneBlue.ssk
│   │   │   ├── OneCyan.ssk
│   │   │   ├── OneGreen.ssk
│   │   │   ├── OneOrange.ssk
│   │   │   ├── PageColor1.ssk
│   │   │   ├── PageColor2.ssk
│   │   │   ├── Page.ssk
│   │   │   ├── RealOne.ssk
│   │   │   ├── SilverColor1.ssk
│   │   │   ├── SilverColor2.ssk
│   │   │   ├── Silver.ssk
│   │   │   ├── SportsBlack.ssk
│   │   │   ├── SportsBlue.ssk
│   │   │   ├── SportsCyan.ssk
│   │   │   ├── SportsGreen.ssk
│   │   │   ├── SportsOrange.ssk
│   │   │   ├── SteelBlack.ssk
│   │   │   ├── SteelBlue.ssk
│   │   │   ├── vista1_green.ssk
│   │   │   ├── vista1.ssk
│   │   │   ├── Vista2_color1.ssk
│   │   │   ├── Vista2_color2.ssk
│   │   │   ├── Vista2_color3.ssk
│   │   │   ├── Vista2_color4.ssk
│   │   │   ├── Vista2_color5.ssk
│   │   │   ├── Vista2_color6.ssk
│   │   │   ├── Vista2_color7.ssk
│   │   │   ├── WarmColor1.ssk
│   │   │   ├── WarmColor2.ssk
│   │   │   ├── WarmColor3.ssk
│   │   │   ├── Warm.ssk
│   │   │   ├── WaveColor1.ssk
│   │   │   ├── WaveColor2.ssk
│   │   │   ├── Wave.ssk
│   │   │   ├── XPBlue.ssk
│   │   │   ├── XPGreen.ssk
│   │   │   ├── XPOrange.ssk
│   │   │   └── XPSilver.ssk
│   │   ├── userInfo.wuye
│   │   └── 皮肤
│   │   ├── Carlmness
│   │   │   ├── calmness_color1.gif
│   │   │   ├── CalmnessColor1.ssk
│   │   │   ├── calmness_color2.gif
│   │   │   ├── CalmnessColor2.ssk
│   │   │   ├── calmness.gif
│   │   │   ├── Calmness.ssk
│   │   │   └── Thumbs.db
│   │   ├── Deep
│   │   │   ├── deepcyan.gif
│   │   │   ├── DeepCyan.ssk
│   │   │   ├── deepgreen.gif
│   │   │   ├── DeepGreen.ssk
│   │   │   ├── deeporange.gif
│   │   │   ├── DeepOrange.ssk
│   │   │   └── Thumbs.db
│   │   ├── Diamond
│   │   │   ├── diamondblue.gif
│   │   │   ├── DiamondBlue.ssk
│   │   │   ├── diamondgreen.gif
│   │   │   ├── DiamondGreen.ssk
│   │   │   └── Thumbs.db
│   │   ├── Eighteen
│   │   │   ├── eighteen_color1.gif
│   │   │   ├── EighteenColor1.ssk
│   │   │   ├── eighteen_color2.gif
│   │   │   ├── EighteenColor2.ssk
│   │   │   ├── eighteen.gif
│   │   │   ├── Eighteen.ssk
│   │   │   └── Thumbs.db
│   │   ├── Emerald
│   │   │   ├── emerald_color1.gif
│   │   │   ├── EmeraldColor1.ssk
│   │   │   ├── emerald_color2.gif
│   │   │   ├── EmeraldColor2.ssk
│   │   │   ├── emerald_color3.gif
│   │   │   ├── EmeraldColor3.ssk
│   │   │   ├── emerald.gif
│   │   │   ├── Emerald.ssk
│   │   │   └── Thumbs.db
│   │   ├── Glass
│   │   │   ├── glassbrown.gif
│   │   │   ├── GlassBrown.ssk
│   │   │   ├── glassgreen.gif
│   │   │   ├── GlassGreen.ssk
│   │   │   ├── glassorange.gif
│   │   │   ├── GlassOrange.ssk
│   │   │   └── Thumbs.db
│   │   ├── Longhorn
│   │   │   ├── longhorn.gif
│   │   │   ├── Longhorn.ssk
│   │   │   └── Thumbs.db
│   │   ├── MacOS
│   │   │   ├── macos.gif
│   │   │   ├── MacOS.ssk
│   │   │   └── Thumbs.db
│   │   ├── Midsummer
│   │   │   ├── midsummer_color1.gif
│   │   │   ├── MidsummerColor1.ssk
│   │   │   ├── midsummer_color2.gif
│   │   │   ├── MidsummerColor2.ssk
│   │   │   ├── midsummer_color3.gif
│   │   │   ├── MidsummerColor3.ssk
│   │   │   ├── midsummer.gif
│   │   │   ├── Midsummer.ssk
│   │   │   └── Thumbs.db
│   │   ├── MP10
│   │   │   ├── mp10.gif
│   │   │   ├── MP10.ssk
│   │   │   └── Thumbs.db
│   │   ├── One
│   │   │   ├── oneblue.gif
│   │   │   ├── OneBlue.ssk
│   │   │   ├── onecyan.gif
│   │   │   ├── OneCyan.ssk
│   │   │   ├── onegreen.gif
│   │   │   ├── OneGreen.ssk
│   │   │   ├── oneorange.gif
│   │   │   ├── OneOrange.ssk
│   │   │   └── Thumbs.db
│   │   ├── Page
│   │   │   ├── page_color1.gif
│   │   │   ├── PageColor1.ssk
│   │   │   ├── page_color2.gif
│   │   │   ├── PageColor2.ssk
│   │   │   ├── page.gif
│   │   │   └── Page.ssk
│   │   ├── Silver
│   │   │   ├── silver_color1.gif
│   │   │   ├── SilverColor1.ssk
│   │   │   ├── silver_color2.gif
│   │   │   ├── SilverColor2.ssk
│   │   │   ├── silver.gif
│   │   │   └── Silver.ssk
│   │   ├── Sports
│   │   │   ├── sportsblack.gif
│   │   │   ├── SportsBlack.ssk
│   │   │   ├── sportsblue.gif
│   │   │   ├── SportsBlue.ssk
│   │   │   ├── sportscyan.gif
│   │   │   ├── SportsCyan.ssk
│   │   │   ├── sportsgreen.gif
│   │   │   ├── SportsGreen.ssk
│   │   │   ├── sportsorange.gif
│   │   │   └── SportsOrange.ssk
│   │   ├── Steel
│   │   │   ├── steelblack.gif
│   │   │   ├── SteelBlack.ssk
│   │   │   ├── steelblue.gif
│   │   │   └── SteelBlue.ssk
│   │   ├── Vista1
│   │   │   ├── Thumbs.db
│   │   │   ├── vista1.gif
│   │   │   ├── vista1_green.gif
│   │   │   ├── vista1_green.ssk
│   │   │   └── vista1.ssk
│   │   ├── Vista2
│   │   │   ├── Thumbs.db
│   │   │   ├── vista2_color1.gif
│   │   │   ├── Vista2_color1.ssk
│   │   │   ├── vista2_color2.gif
│   │   │   ├── Vista2_color2.ssk
│   │   │   ├── vista2_color3.gif
│   │   │   ├── Vista2_color3.ssk
│   │   │   ├── vista2_color4.gif
│   │   │   ├── Vista2_color4.ssk
│   │   │   ├── vista2_color5.gif
│   │   │   ├── Vista2_color5.ssk
│   │   │   ├── vista2_color6.gif
│   │   │   ├── Vista2_color6.ssk
│   │   │   ├── vista2_color7.gif
│   │   │   └── Vista2_color7.ssk
│   │   ├── Warm
│   │   │   ├── warm_color1.gif
│   │   │   ├── WarmColor1.ssk
│   │   │   ├── warm_color2.gif
│   │   │   ├── WarmColor2.ssk
│   │   │   ├── warm_color3.gif
│   │   │   ├── WarmColor3.ssk
│   │   │   ├── warm.gif
│   │   │   └── Warm.ssk
│   │   └── Wave
│   │   ├── wave_color1.gif
│   │   ├── WaveColor1.ssk
│   │   ├── wave_color2.gif
│   │   ├── WaveColor2.ssk
│   │   ├── wave.gif
│   │   └── Wave.ssk
│   ├── HouseManagerUI.csproj
│   ├── InitFunctionButtons.cs
│   ├── LockForm.cs
│   ├── LockForm.Designer.cs
│   ├── LockForm.resx
│   ├── LoginForm.cs
│   ├── LoginForm.Designer.cs
│   ├── LoginForm.resx
│   ├── MainForm.cs
│   ├── MainForm.Designer.cs
│   ├── MainForm.resx
│   ├── MyControl
│   │   ├── FeeManager.cs
│   │   ├── FeeManager.Designer.cs
│   │   ├── FeeManager.resx
│   │   ├── OwnerMessage.cs
│   │   ├── OwnerMessage.Designer.cs
│   │   ├── OwnerMessage.resx
│   │   ├── Report.cs
│   │   ├── Report.Designer.cs
│   │   ├── Report.resx
│   │   ├── RiChangManager.cs
│   │   ├── RiChangManager.Designer.cs
│   │   ├── RiChangManager.resx
│   │   ├── SearchResultForm.cs
│   │   ├── SearchResultForm.Designer.cs
│   │   ├── SearchResultForm.resx
│   │   ├── SheQu.cs
│   │   ├── SheQu.Designer.cs
│   │   ├── SheQu.resx
│   │   ├── SysManager.cs
│   │   ├── SysManager.Designer.cs
│   │   └── SysManager.resx
│   ├── obj
│   │   ├── Debug
│   │   │   ├── HouseManagerUI.AboutUsForm.resources
│   │   │   ├── HouseManagerUI.AddFairTable.resources
│   │   │   ├── HouseManagerUI.AddJack.resources
│   │   │   ├── HouseManagerUI.AddMendRun.resources
│   │   │   ├── HouseManagerUI.AddPatrol.resources
│   │   │   ├── HouseManagerUI.AddVirescence.resources
│   │   │   ├── HouseManagerUI.AddWuYeFei.resources
│   │   │   ├── HouseManagerUI.Advice.resources
│   │   │   ├── HouseManagerUI.ChargeAnalyse.resources
│   │   │   ├── HouseManagerUI.CharqeMoney.resources
│   │   │   ├── HouseManagerUI.csproj.GenerateResource.Cache
│   │   │   ├── HouseManagerUI.exe
│   │   │   ├── HouseManagerUI.FairTable.resources
│   │   │   ├── HouseManagerUI.FairTableText.resources
│   │   │   ├── HouseManagerUI.FeeManager.resources
│   │   │   ├── HouseManagerUI.FeeMount.resources
│   │   │   ├── HouseManagerUI.FloorText.resources
│   │   │   ├── HouseManagerUI.FullNote.resources
│   │   │   ├── HouseManagerUI.GetMoneyDay.resources
│   │   │   ├── HouseManagerUI.HaveMoney.resources
│   │   │   ├── HouseManagerUI.HoursFavor.resources
│   │   │   ├── HouseManagerUI.HoursMarkup.resources
│   │   │   ├── HouseManagerUI.HoursText.resources
│   │   │   ├── HouseManagerUI.HoursType.resources
│   │   │   ├── HouseManagerUI.HouseMessageLook.resources
│   │   │   ├── HouseManagerUI.HouseMount.resources
│   │   │   ├── HouseManagerUI.IndividualMoney.resources
│   │   │   ├── HouseManagerUI.InitializeDataBase.resources
│   │   │   ├── HouseManagerUI.InitializeDianFei.resources
│   │   │   ├── HouseManagerUI.Initialize.resources
│   │   │   ├── HouseManagerUI.InitializeTianRan.resources
│   │   │   ├── HouseManagerUI.InitializeWaterRate.resources
│   │   │   ├── HouseManagerUI.InWuYeFeeForm.resources
│   │   │   ├── HouseManagerUI.JackServe.resources
│   │   │   ├── HouseManagerUI.LockForm.resources
│   │   │   ├── HouseManagerUI.LoginForm.resources
│   │   │   ├── HouseManagerUI.MainForm.resources
│   │   │   ├── HouseManagerUI.MendRun.resources
│   │   │   ├── HouseManagerUI.MimeographMount.resources
│   │   │   ├── HouseManagerUI.MoneyRenderTable.resources
│   │   │   ├── HouseManagerUI.MyControl.Report.resources
│   │   │   ├── HouseManagerUI.MyControl.SearchResultForm.resources
│   │   │   ├── HouseManagerUI.MyControl.SheQu.resources
│   │   │   ├── HouseManagerUI.MyControl.SysManager.resources
│   │   │   ├── HouseManagerUI.NewDebtForm.resources
│   │   │   ├── HouseManagerUI.Operator.resources
│   │   │   ├── HouseManagerUI.OwnerMessageLook.resources
│   │   │   ├── HouseManagerUI.OwnerMessage.resources
│   │   │   ├── HouseManagerUI.OwnerMessageUpdate.resources
│   │   │   ├── HouseManagerUI.Patrol.resources
│   │   │   ├── HouseManagerUI.PayFee.resources
│   │   │   ├── HouseManagerUI.pdb
│   │   │   ├── HouseManagerUI.PopedomTeam.resources
│   │   │   ├── HouseManagerUI.Properties.Resources.resources
│   │   │   ├── HouseManagerUI.QianKuanSelect.resources
│   │   │   ├── HouseManagerUI.RiChang.AdviceAdd.resources
│   │   │   ├── HouseManagerUI.RiChang.AdviceUpdate.resources
│   │   │   ├── HouseManagerUI.RiChang.HistoryMessage.resources
│   │   │   ├── HouseManagerUI.RiChangManager.resources
│   │   │   ├── HouseManagerUI.RiChang.RemindAdd.resources
│   │   │   ├── HouseManagerUI.RiChang.RemindUpdate.resources
│   │   │   ├── HouseManagerUI.RiChang.SellCar.resources
│   │   │   ├── HouseManagerUI.RiChang.SellUpdate.resources
│   │   │   ├── HouseManagerUI.RiChang.ShouFee.resources
│   │   │   ├── HouseManagerUI.RuZhuForm.resources
│   │   │   ├── HouseManagerUI.RuZhuOrUpdateForm.resources
│   │   │   ├── HouseManagerUI.SaleManagerForm.resources
│   │   │   ├── HouseManagerUI.SaleOrLeaseHouseForm.resources
│   │   │   ├── HouseManagerUI.ShouFee.CarAdd.resources
│   │   │   ├── HouseManagerUI.ShouFee.CarManager.resources
│   │   │   ├── HouseManagerUI.ShouFee.DebtAdd.resources
│   │   │   ├── HouseManagerUI.ShouFee.DetailFee.resources
│   │   │   ├── HouseManagerUI.ShouFee.PresellAdd.resources
│   │   │   ├── HouseManagerUI.ShouFee.PresellManager.resources
│   │   │   ├── HouseManagerUI.ShouFee.PresellUpdate.resources
│   │   │   ├── HouseManagerUI.ShouFee.SellCar.resources
│   │   │   ├── HouseManagerUI.ShouFee.SellUpdate.resources
│   │   │   ├── HouseManagerUI.ShouFee.WuYeFeeYouHui.resources
│   │   │   ├── HouseManagerUI.ShouFee.WuYeSave.resources
│   │   │   ├── HouseManagerUI.Sys.DataBaseBackUp.resources
│   │   │   ├── HouseManagerUI.UpdatePassForm.resources
│   │   │   ├── HouseManagerUI.Virescence.resources
│   │   │   ├── HouseManagerUI.WorkLog.resources
│   │   │   ├── HouseManagerUI.WorkPopedomMount.resources
│   │   │   ├── HouseManagerUI.XintongXiaoXi.resources
│   │   │   ├── Refactor
│   │   │   ├── ResolveAssemblyReference.cache
│   │   │   └── TempPE
│   │   │   └── Properties.Resources.Designer.cs.dll
│   │   ├── HouseManagerUI.csproj.FileListAbsolute.txt
│   │   └── HouseManagerUI.csproj.FileList.txt
│   ├── Program.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   ├── Report
│   │   ├── ChargeAnalyse.cs
│   │   ├── ChargeAnalyse.Designer.cs
│   │   ├── ChargeAnalyse.resx
│   │   ├── GetMoneyDay.cs
│   │   ├── GetMoneyDay.Designer.cs
│   │   ├── GetMoneyDay.resx
│   │   ├── HaveMoney.cs
│   │   ├── HaveMoney.Designer.cs
│   │   ├── HaveMoney.resx
│   │   ├── IndividualMoney .cs
│   │   ├── IndividualMoney .Designer.cs
│   │   ├── IndividualMoney .resx
│   │   ├── MoneyRenderTable.cs
│   │   ├── MoneyRenderTable.Designer.cs
│   │   ├── MoneyRenderTable.resx
│   │   ├── PayFee.cs
│   │   ├── PayFee.Designer.cs
│   │   ├── PayFee.resx
│   │   ├── QianKuanSelect.cs
│   │   ├── QianKuanSelect.Designer.cs
│   │   └── QianKuanSelect.resx
│   ├── RiChang
│   │   ├── AdviceAdd.cs
│   │   ├── AdviceAdd.Designer.cs
│   │   ├── AdviceAdd.resx
│   │   ├── AdviceUpdate.cs
│   │   ├── AdviceUpdate.Designer.cs
│   │   ├── AdviceUpdate.resx
│   │   ├── HistoryMessage.cs
│   │   ├── HistoryMessage.Designer.cs
│   │   ├── HistoryMessage.resx
│   │   ├── HouseMessageLook.cs
│   │   ├── HouseMessageLook.Designer.cs
│   │   ├── HouseMessageLook.resx
│   │   ├── OwnerMessageLook.cs
│   │   ├── OwnerMessageLook.Designer.cs
│   │   ├── OwnerMessageLook.resx
│   │   ├── OwnerMessageUpdate.cs
│   │   ├── OwnerMessageUpdate.Designer.cs
│   │   ├── OwnerMessageUpdate.resx
│   │   ├── RemindAdd.cs
│   │   ├── RemindAdd.Designer.cs
│   │   ├── RemindAdd.resx
│   │   ├── RemindUpdate.cs
│   │   ├── RemindUpdate.Designer.cs
│   │   ├── RemindUpdate.resx
│   │   ├── SellCar.cs
│   │   ├── SellCar.Designer.cs
│   │   ├── SellCar.resx
│   │   ├── SellUpdate.cs
│   │   ├── SellUpdate.Designer.cs
│   │   ├── SellUpdate.resx
│   │   ├── ShouFee.cs
│   │   ├── ShouFee.Designer.cs
│   │   └── ShouFee.resx
│   ├── SheQu
│   │   ├── AddJack.cs
│   │   ├── AddJack.designer.cs
│   │   ├── AddJack.resx
│   │   ├── AddMendRun.cs
│   │   ├── AddMendRun.designer.cs
│   │   ├── AddMendRun.resx
│   │   ├── AddPatrol.cs
│   │   ├── AddPatrol.designer.cs
│   │   ├── AddPatrol.resx
│   │   ├── AddVirescence.cs
│   │   ├── AddVirescence.designer.cs
│   │   ├── AddVirescence.resx
│   │   ├── Advice.cs
│   │   ├── Advice.Designer.cs
│   │   ├── Advice.resx
│   │   ├── FullNote.cs
│   │   ├── FullNote.Designer.cs
│   │   ├── FullNote.resx
│   │   ├── JackServe.cs
│   │   ├── JackServe.Designer.cs
│   │   ├── JackServe.resx
│   │   ├── MendRun.cs
│   │   ├── MendRun.Designer.cs
│   │   ├── MendRun.resx
│   │   ├── Patrol.cs
│   │   ├── Patrol.Designer.cs
│   │   ├── Patrol.resx
│   │   ├── Virescence.cs
│   │   ├── Virescence.Designer.cs
│   │   └── Virescence.resx
│   ├── ShouFee
│   │   ├── CarAdd.cs
│   │   ├── CarAdd.Designer.cs
│   │   ├── CarAdd.resx
│   │   ├── CarManager.cs
│   │   ├── CarManager.Designer.cs
│   │   ├── CarManager.resx
│   │   ├── DebtAdd.cs
│   │   ├── DebtAdd.Designer.cs
│   │   ├── DebtAdd.resx
│   │   ├── DetailFee.cs
│   │   ├── DetailFee.Designer.cs
│   │   ├── DetailFee.resx
│   │   ├── InWuYeFeeForm.cs
│   │   ├── InWuYeFeeForm.designer.cs
│   │   ├── InWuYeFeeForm.resx
│   │   ├── NewDebtForm.cs
│   │   ├── NewDebtForm.designer.cs
│   │   ├── NewDebtForm.resx
│   │   ├── PresellAdd.cs
│   │   ├── PresellAdd.Designer.cs
│   │   ├── PresellAdd.resx
│   │   ├── PresellManager.cs
│   │   ├── PresellManager.Designer.cs
│   │   ├── PresellManager.resx
│   │   ├── PresellUpdate.cs
│   │   ├── PresellUpdate.Designer.cs
│   │   ├── PresellUpdate.resx
│   │   ├── RuZhuForm.cs
│   │   ├── RuZhuForm.designer.cs
│   │   ├── RuZhuForm.resx
│   │   ├── RuZhuOrUpdateForm.cs
│   │   ├── RuZhuOrUpdateForm.designer.cs
│   │   ├── RuZhuOrUpdateForm.resx
│   │   ├── SaleManagerForm.cs
│   │   ├── SaleManagerForm.designer.cs
│   │   ├── SaleManagerForm.resx
│   │   ├── SaleOrLeaseHouseForm.cs
│   │   ├── SaleOrLeaseHouseForm.designer.cs
│   │   ├── SaleOrLeaseHouseForm.resx
│   │   ├── SellCar.cs
│   │   ├── SellCar.Designer.cs
│   │   ├── SellCar.resx
│   │   ├── SellUpdate.cs
│   │   ├── SellUpdate.Designer.cs
│   │   ├── SellUpdate.resx
│   │   ├── WuYeFeeYouHui.cs
│   │   ├── WuYeFeeYouHui.Designer.cs
│   │   ├── WuYeFeeYouHui.resx
│   │   ├── WuYeSave.cs
│   │   ├── WuYeSave.Designer.cs
│   │   └── WuYeSave.resx
│   ├── Sys
│   │   ├── AddFairTable.cs
│   │   ├── AddFairTable.designer.cs
│   │   ├── AddFairTable.resx
│   │   ├── AddWuYeFei.cs
│   │   ├── AddWuYeFei.designer.cs
│   │   ├── AddWuYeFei.resx
│   │   ├── CharqeMoney.cs
│   │   ├── CharqeMoney.Designer.cs
│   │   ├── CharqeMoney.resx
│   │   ├── DataBaseBackUp.cs
│   │   ├── DataBaseBackUp.Designer.cs
│   │   ├── DataBaseBackUp.resx
│   │   ├── FairTable.cs
│   │   ├── FairTable.Designer.cs
│   │   ├── FairTable.resx
│   │   ├── FairTableText.cs
│   │   ├── FairTableText.Designer.cs
│   │   ├── FairTableText.resx
│   │   ├── FeeMount.cs
│   │   ├── FeeMount.Designer.cs
│   │   ├── FeeMount.resx
│   │   ├── FloorText.cs
│   │   ├── FloorText.Designer.cs
│   │   ├── FloorText.resx
│   │   ├── HoursFavor.cs
│   │   ├── HoursFavor.Designer.cs
│   │   ├── HoursFavor.resx
│   │   ├── HoursMarkup.cs
│   │   ├── HoursMarkup.Designer.cs
│   │   ├── HoursMarkup.resx
│   │   ├── HoursText.cs
│   │   ├── HoursText.Designer.cs
│   │   ├── HoursText.resx
│   │   ├── HoursType.cs
│   │   ├── HoursType.Designer.cs
│   │   ├── HoursType.resx
│   │   ├── HouseMount.cs
│   │   ├── HouseMount.Designer.cs
│   │   ├── HouseMount.resx
│   │   ├── Initialize.cs
│   │   ├── InitializeDataBase.cs
│   │   ├── InitializeDataBase.Designer.cs
│   │   ├── InitializeDataBase.resx
│   │   ├── Initialize.Designer.cs
│   │   ├── InitializeDianFei.cs
│   │   ├── InitializeDianFei.Designer.cs
│   │   ├── InitializeDianFei.resx
│   │   ├── Initialize.resx
│   │   ├── InitializeTianRan .cs
│   │   ├── InitializeTianRan .Designer.cs
│   │   ├── InitializeTianRan .resx
│   │   ├── InitializeWaterRate .cs
│   │   ├── InitializeWaterRate .Designer.cs
│   │   ├── InitializeWaterRate .resx
│   │   ├── MimeographMount.cs
│   │   ├── MimeographMount.Designer.cs
│   │   ├── MimeographMount.resx
│   │   ├── Operator.cs
│   │   ├── Operator.Designer.cs
│   │   ├── Operator.resx
│   │   ├── PopedomTeam.cs
│   │   ├── PopedomTeam.Designer.cs
│   │   ├── PopedomTeam.resx
│   │   ├── WorkLog.cs
│   │   ├── WorkLog.Designer.cs
│   │   ├── WorkLog.resx
│   │   ├── WorkPopedomMount .cs
│   │   ├── WorkPopedomMount .Designer.cs
│   │   ├── WorkPopedomMount .resx
│   │   ├── XintongXiaoXi.cs
│   │   ├── XintongXiaoXi.Designer.cs
│   │   └── XintongXiaoXi.resx
│   ├── UpdatePassForm.cs
│   ├── UpdatePassForm.Designer.cs
│   └── UpdatePassForm.resx
├── HouseManager.sln
├── HouseManager.suo
└── Models
├── AbstractDept.cs
├── AbstractDeptDetail.cs
├── AmMeter.cs
├── bin
│   └── Debug
│   ├── HouseManager.Models.dll
│   └── HouseManager.Models.pdb
├── Building.cs
├── CarSeat.cs
├── ChargeRecord.cs
├── ChargeType.cs
├── Debt.cs
├── DebtQianFeiRecord.cs
├── FeeItem.cs
├── Function.cs
├── FunctionType.cs
├── GasMeter.cs
├── House.cs
├── HouseDirection.cs
├── HouseSearchResult.cs
├── HouseState.cs
├── HouseStruct.cs
├── HouseType.cs
├── Idea.cs
├── Models.csproj
├── NewOrUpdate.cs
├── obj
│   ├── Debug
│   │   ├── HouseManager.Models.dll
│   │   ├── HouseManager.Models.pdb
│   │   ├── Refactor
│   │   │   └── HouseManager.Models.dll
│   │   └── TempPE
│   ├── Models.csproj.FileListAbsolute.txt
│   └── Models.csproj.FileList.txt
├── OperateLog.cs
├── Owner.cs
├── Pact.cs
├── PayType.cs
├── Properties
│   └── AssemblyInfo.cs
├── PublicHolder.cs
├── PublicMeter.cs
├── QFRState.cs
├── RepairRecord.cs
├── RightValidate.cs
├── RoleFunction.cs
├── Roles.cs
├── SaleRecord.cs
├── SearchResult.cs
├── ShowMessage.cs
├── UnDebt.cs
├── UnDebtQianFeiRecord.cs
├── UnDeptDetail.cs
├── UserHelper.cs
├── Users.cs
├── UState.cs
├── WaterMeter.cs
├── WuYe.cs
└── YSKOperate.cs

63 directories, 748 files

标签:

实例下载地址

C# 三层架构物业管理系统.rar

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警