Commit cef05fb8 by 丁伟峰

优先级和tag,代码逻辑生成

1 parent 6bbbd1d4
......@@ -2,14 +2,12 @@ package com.alibaba.cloud.integration.order.entity;
import lombok.Data;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.*;
import java.util.Date;
@Entity
@Data
@Table(name="order_tag_strategy")
public class OrderTagStrategyEntity {
@Id
@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!