Skip to content

Commit

Permalink
OaProcessDefinition的主键不需要生成
Browse files Browse the repository at this point in the history
  • Loading branch information
hlhutu committed Jun 14, 2023
1 parent f2467eb commit 700a448
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;
import org.hibernate.annotations.GenericGenerator;
import xyz.erupt.annotation.Erupt;
import xyz.erupt.annotation.EruptField;
import xyz.erupt.annotation.sub_erupt.Power;
Expand Down Expand Up @@ -40,8 +39,6 @@
public class OaProcessDefinition {

@Id
@GeneratedValue(generator = "generator")
@GenericGenerator(name = "generator", strategy = "native")
@Column(name = "id")
@EruptField(views = @View(title = "流程定义ID", sortable = true))
@TableId(type = IdType.AUTO)
Expand Down

0 comments on commit 700a448

Please sign in to comment.