|
|
@@ -51,12 +51,6 @@ public class RateTemplate implements Serializable{
|
|
|
@Column(name = "storeid")
|
|
|
private String storeId;
|
|
|
|
|
|
- /**
|
|
|
- * 所属店铺
|
|
|
- */
|
|
|
- @OneToOne(cascade = { CascadeType.REFRESH })
|
|
|
- @JoinColumn(name = "storeid", insertable = false, updatable = false)
|
|
|
- private StoreIn storeInfo;
|
|
|
|
|
|
/**
|
|
|
* 创建的时间
|
|
|
@@ -108,14 +102,6 @@ public class RateTemplate implements Serializable{
|
|
|
this.storeId = storeId;
|
|
|
}
|
|
|
|
|
|
- public StoreIn getStoreInfo() {
|
|
|
- return storeInfo;
|
|
|
- }
|
|
|
-
|
|
|
- public void setStoreInfo(StoreIn storeInfo) {
|
|
|
- this.storeInfo = storeInfo;
|
|
|
- }
|
|
|
-
|
|
|
public Date getCreateTime() {
|
|
|
return createTime;
|
|
|
}
|