Commit e5f9d58c by 丁伟峰

Merge branch 'feat-dingwf' into develop

2 parents f686f859 cef05fb8
...@@ -2,14 +2,12 @@ package com.alibaba.cloud.integration.order.entity; ...@@ -2,14 +2,12 @@ package com.alibaba.cloud.integration.order.entity;
import lombok.Data; import lombok.Data;
import javax.persistence.Entity; import javax.persistence.*;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import java.util.Date; import java.util.Date;
@Entity @Entity
@Data @Data
@Table(name="order_tag_strategy")
public class OrderTagStrategyEntity { public class OrderTagStrategyEntity {
@Id @Id
@GeneratedValue(strategy = GenerationType.IDENTITY) @GeneratedValue(strategy = GenerationType.IDENTITY)
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!