# report_view **Repository Path**: shuimin/report_view ## Basic Information - **Project Name**: report_view - **Description**: 报表系统 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2017-04-07 - **Last Updated**: 2020-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 数据库规范 1、数据表以 t_ 开头, 关系表以 r_ 开头, 编写的视图 以 v_ 开头 2、 外键名 = 外键表名 + "_id" 3、 关系表存储俩个表的id, 列名 = 表名 + "_id" 4、 日期格式的数据,必须要以 “_date” 或者 "_time" 结尾 特性: 1、新增算式列 (支持 +-*/) 2、导出excel 限制: 逻辑: