8 天以前 7ac5fb62d3ac852ec9505eb5c1999064aafee85f
yudao-module-system/src/main/java/cn/iocoder/yudao/module/system/dal/dataobject/dept/DeptDO.java
@@ -13,7 +13,7 @@
 * 部门表
 *
 * @author ruoyi
 * @author 芋道源码
 * @author 超级管理员
 */
@TableName("system_dept")
@KeySequence("system_dept_seq") // 用于 Oracle、PostgreSQL、Kingbase、DB2、H2 数据库的主键自增。如果是 MySQL 等数据库,可不写。