liu
3 天以前 8016caca4816e7e1451a9e8b411ca442279c473c
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 等数据库,可不写。