@@ -136,6 +136,7 @@ public class GoodsBean {
@LazyCollection(LazyCollectionOption.FALSE)
@Column(columnDefinition = "MEDIUMTEXT", name = "contentImageUrlList", nullable = true, insertable = true, updatable = true)
public Set<String> contentImageUrlList = new HashSet<String>();
+ //至于顺序的问题,虽然不重要,但是如果非要,考虑@OrderColumn注解,仅适用于List,不适用于Set。用@OrderBy于Set。或LInkedHashSet
/**
* 创建时间