|
@@ -27,7 +27,7 @@ import java.util.List;
|
|
|
*
|
|
*
|
|
|
*/
|
|
*/
|
|
|
@Entity
|
|
@Entity
|
|
|
-@Table(name = "trade$goods")
|
|
|
|
|
|
|
+@Table(name = "trade$goods", indexes = { @Index(name = "good_uuid_index", columnList = "cmp_uuid")})
|
|
|
@Cacheable
|
|
@Cacheable
|
|
|
@Cache(usage = CacheConcurrencyStrategy.READ_WRITE, region = "com.uas.platform.b2c.prod.commodity.model.Goods")
|
|
@Cache(usage = CacheConcurrencyStrategy.READ_WRITE, region = "com.uas.platform.b2c.prod.commodity.model.Goods")
|
|
|
public class Goods implements Serializable {
|
|
public class Goods implements Serializable {
|