Commit fbe64219 authored by 全洪江's avatar 全洪江

测试能否提交代码

parent acdc257f
...@@ -14,7 +14,6 @@ import org.hibernate.annotations.GenericGenerator; ...@@ -14,7 +14,6 @@ import org.hibernate.annotations.GenericGenerator;
@Table(name="size_group") @Table(name="size_group")
@Entity @Entity
@Data @Data
@Entity
public class SizeGroup implements Serializable { public class SizeGroup implements Serializable {
/** /**
* 尺码组id * 尺码组id
......
...@@ -13,7 +13,6 @@ import org.hibernate.annotations.GenericGenerator; ...@@ -13,7 +13,6 @@ import org.hibernate.annotations.GenericGenerator;
@Table(name="size_group_item") @Table(name="size_group_item")
@Entity @Entity
@Data @Data
@Entity
public class SizeGroupItem implements Serializable { public class SizeGroupItem implements Serializable {
/** /**
* 尺码id * 尺码id
......
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