|
|
@@ -32,7 +32,9 @@ import java.util.Set;
|
|
|
@Index(name = "products_enuu_code_index", columnList = "pr_enuu,pr_code", unique = true),
|
|
|
@Index(name = "products_enuu_standard_index", columnList = "pr_enuu,pr_standard"),
|
|
|
@Index(name = "products_erpdown_index", columnList = "pr_erpdown"),
|
|
|
- @Index(name = "pr_createtime_index", columnList = "pr_create_time")})
|
|
|
+ @Index(name = "pr_createtime_index", columnList = "pr_create_time"),
|
|
|
+ @Index(name = "products_kind_index", columnList ="pr_kind,pr_kindid" )
|
|
|
+})
|
|
|
@Logger
|
|
|
public class Product {
|
|
|
|