org.openea.eap.module.system.dal.mysql.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of eap-module-system-biz Show documentation
Show all versions of eap-module-system-biz Show documentation
system 模块下,我们放通用业务,支撑上层的核心业务。
例如说:用户、部门、权限、数据字典等等
The newest version!
/**
* DAL = Data Access Layer 数据访问层
* 1. data object:数据对象
* 2. redis:Redis 的 CRUD 操作
* 3. mysql:MySQL 的 CRUD 操作
*
* 其中,MySQL 的表以 system_ 作为前缀
*/
package org.openea.eap.module.system.dal.mysql;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy