|
@@ -2,6 +2,7 @@ package com.fjhx.flow.entity.flow.po;
|
|
|
|
|
|
import com.baomidou.mybatisplus.annotation.TableName;
|
|
|
import com.ruoyi.common.core.domain.BaseIdPo;
|
|
|
+import com.ruoyi.common.core.domain.BasePo;
|
|
|
import lombok.Getter;
|
|
|
import lombok.Setter;
|
|
|
|
|
@@ -15,7 +16,7 @@ import lombok.Setter;
|
|
|
@Getter
|
|
|
@Setter
|
|
|
@TableName("flow_example_current")
|
|
|
-public class FlowExampleCurrent extends BaseIdPo {
|
|
|
+public class FlowExampleCurrent extends BasePo {
|
|
|
/**
|
|
|
* 流程实例id
|
|
|
*/
|