Commit cba217e2 authored by pengxin's avatar pengxin

插件编排添加ID

parent 88f10e47
package com.yice.webadmin.app.model;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableName;
import com.yice.common.core.base.mapper.BaseModelMapper;
......@@ -25,7 +24,7 @@ public class PluginManage extends BaseModel {
/**
* 插件编排ID,主键。
*/
@TableId(value = "plugin_id", type = IdType.AUTO)
@TableId(value = "plugin_id")
private Long pluginId;
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment