|
@@ -46,13 +46,12 @@ import java.util.List;
|
|
|
@Entity
|
|
@Entity
|
|
|
@Table(name = "trade$goods", indexes = {
|
|
@Table(name = "trade$goods", indexes = {
|
|
|
@Index(name = "goods_cmpuuid_index", columnList = "cmp_uuid"),
|
|
@Index(name = "goods_cmpuuid_index", columnList = "cmp_uuid"),
|
|
|
- @Index(name = "goods_reserve_index", columnList = "go_reserve"),
|
|
|
|
|
- @Index(name = "goods_status_index", columnList = "go_status"),
|
|
|
|
|
@Index(name = "goods_code_index", columnList = "cmp_code"),
|
|
@Index(name = "goods_code_index", columnList = "cmp_code"),
|
|
|
@Index(name = "goods_createddate_index", columnList = "go_createddate"),
|
|
@Index(name = "goods_createddate_index", columnList = "go_createddate"),
|
|
|
@Index(name = "goods_storename_index", columnList = "go_storename"),
|
|
@Index(name = "goods_storename_index", columnList = "go_storename"),
|
|
|
@Index(name = "goods_enuu_index", columnList = "go_enuu"),
|
|
@Index(name = "goods_enuu_index", columnList = "go_enuu"),
|
|
|
@Index(name = "goods_kinduuid_index", columnList = "go_kind_uuid"),
|
|
@Index(name = "goods_kinduuid_index", columnList = "go_kind_uuid"),
|
|
|
|
|
+ @Index(name = "goods_brid_index", columnList = "br_name_id"),
|
|
|
@Index(name = "goods_storeid_index", columnList = "go_storeid"),
|
|
@Index(name = "goods_storeid_index", columnList = "go_storeid"),
|
|
|
@Index(name = "goods_productid_index", columnList = "go_productid")
|
|
@Index(name = "goods_productid_index", columnList = "go_productid")
|
|
|
})
|
|
})
|