From c228995ba9ad8e7824f000550c53d888ac620935 Mon Sep 17 00:00:00 2001 From: chenlw <874313221@qq.com> Date: Mon, 7 Nov 2016 14:43:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=96=87=E4=BB=B6=E7=9A=84?= =?UTF-8?q?=E6=9C=80=E5=90=8E=E4=BF=AE=E6=94=B9=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../platform/entities/SqlFileInfoEntity.java | 156 ++++++++++++++---- 1 file changed, 126 insertions(+), 30 deletions(-) diff --git a/src/com/platform/entities/SqlFileInfoEntity.java b/src/com/platform/entities/SqlFileInfoEntity.java index 2feb7dc0..16d7415f 100644 --- a/src/com/platform/entities/SqlFileInfoEntity.java +++ b/src/com/platform/entities/SqlFileInfoEntity.java @@ -22,21 +22,33 @@ public class SqlFileInfoEntity{ private int userTableStatus; - private String userTableScriptPathLast; + private String userTableStatusPathLast; - private String userTableScriptPathStandard; + private String userTableStatusLastModified; + + private String userTableStatusPathStandard; + + private String userTableStatusStandardModified; private int ckPayStatus; - private String ckPayScriptPathLast; + private String ckPayStatusPathLast; + + private String ckPayStatusLastModified; + + private String ckPayStatusPathStandard; - private String ckPayScriptPathStandard; + private String ckPayStatusStandardModified; private int ckIndicateStatus; - private String ckIndicateScriptPathLast; + private String ckIndicateStatusPathLast; - private String ckIndicateScriptPathStandard; + private String ckIndicateStatusLastModified; + + private String ckIndicateStatusPathStandard; + + private String ckIndicateStatusStandardModified; /** * @return the id @@ -181,85 +193,85 @@ public class SqlFileInfoEntity{ /** * @return the userTableScriptPathLast */ - public String getUserTableScriptPathLast() { - return userTableScriptPathLast; + public String getUserTableStatusPathLast() { + return userTableStatusPathLast; } /** * @param userTableScriptPathLast the userTableScriptPathLast to set */ - public void setUserTableScriptPathLast(String userTableScriptPathLast) { - this.userTableScriptPathLast = userTableScriptPathLast; + public void setUserTableStatusPathLast(String userTableStatusPathLast) { + this.userTableStatusPathLast = userTableStatusPathLast; } /** * @return the userTableScriptPathStandard */ - public String getUserTableScriptPathStandard() { - return userTableScriptPathStandard; + public String getUserTableStatusPathStandard() { + return userTableStatusPathStandard; } /** * @param userTableScriptPathStandard the userTableScriptPathStandard to set */ - public void setUserTableScriptPathStandard(String userTableScriptPathStandard) { - this.userTableScriptPathStandard = userTableScriptPathStandard; + public void setUserTableStatusPathStandard(String userTableStatusPathStandard) { + this.userTableStatusPathStandard = userTableStatusPathStandard; } /** * @return the ckPayScriptPathLast */ - public String getCkPayScriptPathLast() { - return ckPayScriptPathLast; + public String getCkPayStatusPathLast() { + return ckPayStatusPathLast; } /** * @param ckPayScriptPathLast the ckPayScriptPathLast to set */ - public void setCkPayScriptPathLast(String ckPayScriptPathLast) { - this.ckPayScriptPathLast = ckPayScriptPathLast; + public void setCkPayStatusPathLast(String ckPayStatusPathLast) { + this.ckPayStatusPathLast = ckPayStatusPathLast; } /** * @return the ckPayScriptPathStandard */ - public String getCkPayScriptPathStandard() { - return ckPayScriptPathStandard; + public String getCkPayStatusPathStandard() { + return ckPayStatusPathStandard; } /** * @param ckPayScriptPathStandard the ckPayScriptPathStandard to set */ - public void setCkPayScriptPathStandard(String ckPayScriptPathStandard) { - this.ckPayScriptPathStandard = ckPayScriptPathStandard; + public void setCkPayStatusPathStandard(String ckPayStatusPathStandard) { + this.ckPayStatusPathStandard = ckPayStatusPathStandard; } /** * @return the ckIndicateScriptPathLast */ - public String getCkIndicateScriptPathLast() { - return ckIndicateScriptPathLast; + public String getCkIndicateStatusPathLast() { + return ckIndicateStatusPathLast; } /** * @param ckIndicateScriptPathLast the ckIndicateScriptPathLast to set */ - public void setCkIndicateScriptPathLast(String ckIndicateScriptPathLast) { - this.ckIndicateScriptPathLast = ckIndicateScriptPathLast; + public void setCkIndicateStatusPathLast(String ckIndicateStatusPathLast) { + this.ckIndicateStatusPathLast = ckIndicateStatusPathLast; } /** * @return the ckIndicateScriptPathStandard */ - public String getCkIndicateScriptPathStandard() { - return ckIndicateScriptPathStandard; + public String getCkIndicateStatusPathStandard() { + return ckIndicateStatusPathStandard; } /** * @param ckIndicateScriptPathStandard the ckIndicateScriptPathStandard to set */ - public void setCkIndicateScriptPathStandard(String ckIndicateScriptPathStandard) { - this.ckIndicateScriptPathStandard = ckIndicateScriptPathStandard; + public void setCkIndicateStatusPathStandard(String ckIndicateStatusPathStandard) { + this.ckIndicateStatusPathStandard = ckIndicateStatusPathStandard; } /** @@ -276,4 +288,88 @@ public class SqlFileInfoEntity{ return ckIndicateStatus; } + /** + * @return the userTableLastModified + */ + public String getUserTableStatusLastModified() { + return userTableStatusLastModified; + } + + /** + * @param userTableLastModified the userTableLastModified to set + */ + public void setUserTableStatusLastModified(String userTableStatusLastModified) { + this.userTableStatusLastModified = userTableStatusLastModified; + } + + /** + * @return the userTableStandardModified + */ + public String getUserTableStatusStandardModified() { + return userTableStatusStandardModified; + } + + /** + * @param userTableStandardModified the userTableStandardModified to set + */ + public void setUserTableStatusStandardModified(String userTableStatusStandardModified) { + this.userTableStatusStandardModified = userTableStatusStandardModified; + } + + /** + * @return the ckPayLastModified + */ + public String getCkPayStatusLastModified() { + return ckPayStatusLastModified; + } + + /** + * @param ckPayLastModified the ckPayLastModified to set + */ + public void setCkPayStatusLastModified(String ckPayStatusLastModified) { + this.ckPayStatusLastModified = ckPayStatusLastModified; + } + + /** + * @return the ckPayStandardModified + */ + public String getCkPayStatusStandardModified() { + return ckPayStatusStandardModified; + } + + /** + * @param ckPayStandardModified the ckPayStandardModified to set + */ + public void setCkPayStatusStandardModified(String ckPayStatusStandardModified) { + this.ckPayStatusStandardModified = ckPayStatusStandardModified; + } + + /** + * @return the ckIndicateLastModified + */ + public String getCkIndicateStatusLastModified() { + return ckIndicateStatusLastModified; + } + + /** + * @param ckIndicateLastModified the ckIndicateLastModified to set + */ + public void setCkIndicateStatusLastModified(String ckIndicateStatusLastModified) { + this.ckIndicateStatusLastModified = ckIndicateStatusLastModified; + } + + /** + * @return the ckIndicateStandardModified + */ + public String getCkIndicateStatusStandardModified() { + return ckIndicateStatusStandardModified; + } + + /** + * @param ckIndicateStandardModified the ckIndicateStandardModified to set + */ + public void setCkIndicateStatusStandardModified(String ckIndicateStatusStandardModified) { + this.ckIndicateStatusStandardModified = ckIndicateStatusStandardModified; + } + }