{"id":22264673,"url":"https://github.com/kakarottocui/wuyesys","last_synced_at":"2025-07-14T09:39:24.508Z","repository":{"id":133226315,"uuid":"465960375","full_name":"KakarottoCui/WuYeSys","owner":"KakarottoCui","description":"基于java SpringBoot框架的小区物业管理系统设计","archived":false,"fork":false,"pushed_at":"2025-03-28T01:36:58.000Z","size":3818,"stargazers_count":7,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-04T19:32:01.987Z","etag":null,"topics":["java","mysql","springboot"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KakarottoCui.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-03-04T02:51:05.000Z","updated_at":"2025-03-28T01:37:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"5c5b940d-e814-4d60-8498-7151109b122e","html_url":"https://github.com/KakarottoCui/WuYeSys","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/KakarottoCui/WuYeSys","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KakarottoCui%2FWuYeSys","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KakarottoCui%2FWuYeSys/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KakarottoCui%2FWuYeSys/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KakarottoCui%2FWuYeSys/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KakarottoCui","download_url":"https://codeload.github.com/KakarottoCui/WuYeSys/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KakarottoCui%2FWuYeSys/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265271059,"owners_count":23738131,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["java","mysql","springboot"],"created_at":"2024-12-03T10:10:55.568Z","updated_at":"2025-07-14T09:39:24.498Z","avatar_url":"https://github.com/KakarottoCui.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WuYeSys\n基于java SpringBoot框架的小区物业设计，后台管理和用户前台\n\n演示视频链接：https://www.bilibili.com/video/BV1ra411h7j4/\n\n\n详询 微信1：egvh56ufy7hh ，微信2：dabocode  。承接商业项目、课设、毕设和论文，包括但不限于Web、APP、小程序等，课设、毕设提供远程部署和不限次数代码解答！\n\n本小区物业管理系统分成两种角色，分别是小区业主和小区物业管理员，小区业主登录系统后可以投诉、维修上报、查看账单、登录注册等；管理员登录系统后可以对用户进行管理，并且可以对车位、房屋、缴费、社区服务等进行管理。小区物业管理系统使用Java语言的SpringBoot框架开发，使用IDEA的开发平台，通过Tomcat服务器发布项目，使用的架构为B/S架构。\n\n系统功能设计\n1、登录模块\n小区物业管理系统面向两种角色：管理员、小区业主。两者都是经由一个登陆入口登陆系统，通过该登陆模块，用户输入账户密码且选择登陆角色后可以登录系统，根据用户的权限进行相应的管理操作。\n\n\n2、我的维修模块\n我的维修模块面向业主的功能是维修信息提报，业主可以添加维修信息，并且可以查看相应的维修信息；管理员通过自己的社区服务的功能模块下的维修管理，可以查看业主所提交的维修信息，并且可以对维修信息进行维护、修改。\n\n3、用户系统模块\n用户系统模块是面向管理员使用的模块，本模块的主要功能是用户管理，管理员可以通过本模块添加业主，添加的业主信息包括用户名、手机号、性别等；通过本模块管理员可以对用户的车位、房屋进行停用，并且可以管理房屋分配、车位分配、缴费管理等。管理员还可以修改业主信息，还可以删除业主信息。\n\n\n4、房屋系统模块\n房屋系统模块是面向管理员使用的模块，本模块的主要功能是楼栋管理、单元管理、房屋管理三个子模块；楼栋管理包括对小区的楼栋进行添加、修改、删除等；单元管理是对小区内所有的单元信息进行管理的模块，管理员可以添加单元、修改单元信息、删除单元信息等；房屋管理是对小区内所有的房屋信息进行管理，包括添加房间名、房间面积、状态等信息。\n\n\n5、车位系统模块\n车位系统模块主要的功能是对车位信息进行管理，管理员可以添加所有的车位信息，并且可以条件查询车位信息。管理员也可以对车位信息进行分配，并且可以修改车位信息、删除车位信息。\n\n\n6、缴费系统模块\n缴费系统模块也是面向管理员使用的模块，主要功能包括缴费类型、缴费管理。缴费类型包括对于物业收费的类型，包括水费、电费、物业费等；缴费管理包括查看业主本月是否缴费，并且可也确认业主缴费。\n\n\n7、个人中心模块\n个人中心模块是管理员及用户都有的模块，通过本模块无论是管理员还是用户都可以对个人信息进行管理，并且可以进行维护。\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkakarottocui%2Fwuyesys","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkakarottocui%2Fwuyesys","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkakarottocui%2Fwuyesys/lists"}