Browse Source

git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@1101 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d

administrator 11 years ago
parent
commit
df85e35d9b

+ 3 - 0
src/main/java/com/uas/platform/b2b/model/PurchaseAcceptIndex.java

@@ -78,6 +78,9 @@ public class PurchaseAcceptIndex {
 	public void setKeyword(String keyword) {
 	public void setKeyword(String keyword) {
 		this.keyword = keyword;
 		this.keyword = keyword;
 	}
 	}
+	
+	public PurchaseAcceptIndex() {
+	}
 
 
 	public PurchaseAcceptIndex(long enUU, long key, String keyword) {
 	public PurchaseAcceptIndex(long enUU, long key, String keyword) {
 		this.enUU = enUU;
 		this.enUU = enUU;

+ 3 - 0
src/main/java/com/uas/platform/b2b/model/PurchaseApBillIndex.java

@@ -79,6 +79,9 @@ public class PurchaseApBillIndex {
 		this.keyword = keyword;
 		this.keyword = keyword;
 	}
 	}
 	
 	
+	public PurchaseApBillIndex() {
+	}
+	
 	public PurchaseApBillIndex(long enUU, long key, String keyword) {
 	public PurchaseApBillIndex(long enUU, long key, String keyword) {
 		this.enUU = enUU;
 		this.enUU = enUU;
 		this.key = key;
 		this.key = key;

+ 3 - 0
src/main/java/com/uas/platform/b2b/model/PurchaseBadInIndex.java

@@ -79,6 +79,9 @@ public class PurchaseBadInIndex {
 		this.keyword = keyword;
 		this.keyword = keyword;
 	}
 	}
 	
 	
+	public PurchaseBadInIndex() {
+	}
+	
 	public PurchaseBadInIndex(long enUU, long key, String keyword) {
 	public PurchaseBadInIndex(long enUU, long key, String keyword) {
 		this.enUU = enUU;
 		this.enUU = enUU;
 		this.key = key;
 		this.key = key;

+ 3 - 0
src/main/java/com/uas/platform/b2b/model/PurchaseBadOutIndex.java

@@ -79,6 +79,9 @@ public class PurchaseBadOutIndex {
 		this.keyword = keyword;
 		this.keyword = keyword;
 	}
 	}
 	
 	
+	public PurchaseBadOutIndex() {
+	}
+	
 	public PurchaseBadOutIndex(long enUU, long key, String keyword) {
 	public PurchaseBadOutIndex(long enUU, long key, String keyword) {
 		this.enUU = enUU;
 		this.enUU = enUU;
 		this.key = key;
 		this.key = key;

+ 3 - 0
src/main/java/com/uas/platform/b2b/model/PurchaseForecastItemIndex.java

@@ -79,6 +79,9 @@ public class PurchaseForecastItemIndex {
 		this.keyword = keyword;
 		this.keyword = keyword;
 	}
 	}
 	
 	
+	public PurchaseForecastItemIndex() {
+	}
+	
 	public PurchaseForecastItemIndex(long enUU, long key, String keyword) {
 	public PurchaseForecastItemIndex(long enUU, long key, String keyword) {
 		this.enUU = enUU;
 		this.enUU = enUU;
 		this.key = key;
 		this.key = key;

+ 3 - 0
src/main/java/com/uas/platform/b2b/model/PurchaseInquiryItemIndex.java

@@ -80,6 +80,9 @@ public class PurchaseInquiryItemIndex {
 	public void setKeyword(String keyword) {
 	public void setKeyword(String keyword) {
 		this.keyword = keyword;
 		this.keyword = keyword;
 	}
 	}
+	
+	public PurchaseInquiryItemIndex() {
+	}
 
 
 	public PurchaseInquiryItemIndex(long enUU, long key, String keyword) {
 	public PurchaseInquiryItemIndex(long enUU, long key, String keyword) {
 		this.enUU = enUU;
 		this.enUU = enUU;

+ 3 - 0
src/main/java/com/uas/platform/b2b/model/PurchaseNoticeIndex.java

@@ -80,6 +80,9 @@ public class PurchaseNoticeIndex {
 	public void setKeyword(String keyword) {
 	public void setKeyword(String keyword) {
 		this.keyword = keyword;
 		this.keyword = keyword;
 	}
 	}
+	
+	public PurchaseNoticeIndex() {
+	}
 
 
 	public PurchaseNoticeIndex(long enUU, long key, String keyword) {
 	public PurchaseNoticeIndex(long enUU, long key, String keyword) {
 		this.enUU = enUU;
 		this.enUU = enUU;

+ 3 - 0
src/main/java/com/uas/platform/b2b/model/PurchaseOrderChangeIndex.java

@@ -79,6 +79,9 @@ public class PurchaseOrderChangeIndex {
 		this.keyword = keyword;
 		this.keyword = keyword;
 	}
 	}
 	
 	
+	public PurchaseOrderChangeIndex() {
+	}
+	
 	public PurchaseOrderChangeIndex(long enUU, long key, String keyword) {
 	public PurchaseOrderChangeIndex(long enUU, long key, String keyword) {
 		this.enUU = enUU;
 		this.enUU = enUU;
 		this.key = key;
 		this.key = key;

+ 3 - 0
src/main/java/com/uas/platform/b2b/model/PurchaseProofingItemIndex.java

@@ -79,6 +79,9 @@ public class PurchaseProofingItemIndex {
 		this.keyword = keyword;
 		this.keyword = keyword;
 	}
 	}
 	
 	
+	public PurchaseProofingItemIndex() {
+	}
+	
 	public PurchaseProofingItemIndex(long enUU, long key, String keyword) {
 	public PurchaseProofingItemIndex(long enUU, long key, String keyword) {
 		this.enUU = enUU;
 		this.enUU = enUU;
 		this.key = key;
 		this.key = key;

+ 3 - 0
src/main/java/com/uas/platform/b2b/model/PurchaseReturnIndex.java

@@ -79,6 +79,9 @@ public class PurchaseReturnIndex {
 		this.keyword = keyword;
 		this.keyword = keyword;
 	}
 	}
 	
 	
+	public PurchaseReturnIndex() {
+	}
+	
 	public PurchaseReturnIndex(long enUU, long key, String keyword) {
 	public PurchaseReturnIndex(long enUU, long key, String keyword) {
 		this.enUU = enUU;
 		this.enUU = enUU;
 		this.key = key;
 		this.key = key;

+ 2 - 2
src/main/java/com/uas/platform/b2b/model/UsageLog.java

@@ -40,8 +40,8 @@ public class UsageLog extends BufferedLogable implements Serializable {
 	private static final long serialVersionUID = 1L;
 	private static final long serialVersionUID = 1L;
 
 
 	@Id
 	@Id
-	@GeneratedValue(strategy = GenerationType.SEQUENCE, generator = "log$erp_gen")
-	@SequenceGenerator(name = "log$erp_gen", sequenceName = "log$erp_seq", allocationSize = 1)
+	@GeneratedValue(strategy = GenerationType.SEQUENCE, generator = "log$usage_gen")
+	@SequenceGenerator(name = "log$usage_gen", sequenceName = "log$usage_seq", allocationSize = 1)
 	@Column(name = "log_id")
 	@Column(name = "log_id")
 	private Long id;
 	private Long id;