转供电电费服务系统(后端项目)
Go to file
2022-08-11 15:28:57 +08:00
config feat(config):增加用户会话时长的配置项。 2022-08-09 16:04:23 +08:00
global build(deps):数据库驱动切换为pgx。 2022-08-11 10:31:36 +08:00
model refactor(model):调整数据结构中的微小整型类型。 2022-08-11 15:28:57 +08:00
response enhance(response):更新基本的简易响应生成函数。 2022-08-10 15:26:59 +08:00
router enhance(response):应用生成相应的函数。 2022-08-10 15:28:57 +08:00
.gitignore build(init):创建基本项目结构。 2022-08-09 15:02:34 +08:00
go.mod build(deps):数据库驱动切换为pgx。 2022-08-11 10:31:36 +08:00
go.sum build(deps):数据库驱动切换为pgx。 2022-08-11 10:31:36 +08:00
main.go feat(db):增加基础表的数据结构同步。 2022-08-10 15:52:37 +08:00
Readme.md doc(readme):增加说明文档。 2022-08-10 15:55:05 +08:00
settings.yaml feat(config):增加用户会话时长的配置项。 2022-08-09 16:04:23 +08:00

转供电电费服务项目(后端项目)

该项目为华昌宝能发布的采用众包模式承接的小型Web服务系统项目。

项目采用以下技术框架:

  • Golang 1.19
  • Gin
  • Xorm

项目详细设计方案见详细设计方案,该设计方案未经许可,禁止私自修改。

项目任务分配与状态概览表见任务概况