平台业务框架开发文档


请参照 platform-biz-sample-module-notes 模块的代码阅读本文档。本框架中,一个模块的分为三层,实体层(Domain和Mapper)、业务逻辑层(Manager)和 控制器层(Controller),以下为各层的开发规范。


Domain和Mapper

Manager

Controller

前端API调用

前端API调用请参考 platform-biz-sample-web-notes 中的Notes示例。