|
|
@@ -47,10 +47,10 @@ public class Qualification {
|
|
|
private Long uploaderUU;
|
|
|
|
|
|
/**
|
|
|
- * 店铺的UUID,在正式开店时,设置
|
|
|
+ * 店铺的Id
|
|
|
*/
|
|
|
- @Column(name = "qu_store_uuid")
|
|
|
- private String storeUuid;
|
|
|
+ @Column(name = "qu_store_id")
|
|
|
+ private Long storeId;
|
|
|
|
|
|
/**
|
|
|
* 证明编号
|
|
|
@@ -113,12 +113,6 @@ public class Qualification {
|
|
|
@Column(name = "qu_certification")
|
|
|
private Certification certification;
|
|
|
|
|
|
- /**
|
|
|
- * 店铺的Id
|
|
|
- */
|
|
|
- @Column(name = "qu_store_id")
|
|
|
- private Long storeId;
|
|
|
-
|
|
|
/**
|
|
|
* 序号
|
|
|
*/
|
|
|
@@ -235,14 +229,6 @@ public class Qualification {
|
|
|
this.uploaderUU = uploaderUU;
|
|
|
}
|
|
|
|
|
|
- public String getStoreUuid() {
|
|
|
- return storeUuid;
|
|
|
- }
|
|
|
-
|
|
|
- public void setStoreUuid(String storeUuid) {
|
|
|
- this.storeUuid = storeUuid;
|
|
|
- }
|
|
|
-
|
|
|
public String getSerialNumber() {
|
|
|
return serialNumber;
|
|
|
}
|