增加文件的最后修改时间

web_backend_develope
chenlw 9 years ago
parent 260140605b
commit c228995ba9

@ -22,21 +22,33 @@ public class SqlFileInfoEntity{
private int userTableStatus; 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 int ckPayStatus;
private String ckPayScriptPathLast; private String ckPayStatusPathLast;
private String ckPayStatusLastModified;
private String ckPayStatusPathStandard;
private String ckPayScriptPathStandard; private String ckPayStatusStandardModified;
private int ckIndicateStatus; private int ckIndicateStatus;
private String ckIndicateScriptPathLast; private String ckIndicateStatusPathLast;
private String ckIndicateScriptPathStandard; private String ckIndicateStatusLastModified;
private String ckIndicateStatusPathStandard;
private String ckIndicateStatusStandardModified;
/** /**
* @return the id * @return the id
@ -181,85 +193,85 @@ public class SqlFileInfoEntity{
/** /**
* @return the userTableScriptPathLast * @return the userTableScriptPathLast
*/ */
public String getUserTableScriptPathLast() { public String getUserTableStatusPathLast() {
return userTableScriptPathLast; return userTableStatusPathLast;
} }
/** /**
* @param userTableScriptPathLast the userTableScriptPathLast to set * @param userTableScriptPathLast the userTableScriptPathLast to set
*/ */
public void setUserTableScriptPathLast(String userTableScriptPathLast) { public void setUserTableStatusPathLast(String userTableStatusPathLast) {
this.userTableScriptPathLast = userTableScriptPathLast; this.userTableStatusPathLast = userTableStatusPathLast;
} }
/** /**
* @return the userTableScriptPathStandard * @return the userTableScriptPathStandard
*/ */
public String getUserTableScriptPathStandard() { public String getUserTableStatusPathStandard() {
return userTableScriptPathStandard; return userTableStatusPathStandard;
} }
/** /**
* @param userTableScriptPathStandard the userTableScriptPathStandard to set * @param userTableScriptPathStandard the userTableScriptPathStandard to set
*/ */
public void setUserTableScriptPathStandard(String userTableScriptPathStandard) { public void setUserTableStatusPathStandard(String userTableStatusPathStandard) {
this.userTableScriptPathStandard = userTableScriptPathStandard; this.userTableStatusPathStandard = userTableStatusPathStandard;
} }
/** /**
* @return the ckPayScriptPathLast * @return the ckPayScriptPathLast
*/ */
public String getCkPayScriptPathLast() { public String getCkPayStatusPathLast() {
return ckPayScriptPathLast; return ckPayStatusPathLast;
} }
/** /**
* @param ckPayScriptPathLast the ckPayScriptPathLast to set * @param ckPayScriptPathLast the ckPayScriptPathLast to set
*/ */
public void setCkPayScriptPathLast(String ckPayScriptPathLast) { public void setCkPayStatusPathLast(String ckPayStatusPathLast) {
this.ckPayScriptPathLast = ckPayScriptPathLast; this.ckPayStatusPathLast = ckPayStatusPathLast;
} }
/** /**
* @return the ckPayScriptPathStandard * @return the ckPayScriptPathStandard
*/ */
public String getCkPayScriptPathStandard() { public String getCkPayStatusPathStandard() {
return ckPayScriptPathStandard; return ckPayStatusPathStandard;
} }
/** /**
* @param ckPayScriptPathStandard the ckPayScriptPathStandard to set * @param ckPayScriptPathStandard the ckPayScriptPathStandard to set
*/ */
public void setCkPayScriptPathStandard(String ckPayScriptPathStandard) { public void setCkPayStatusPathStandard(String ckPayStatusPathStandard) {
this.ckPayScriptPathStandard = ckPayScriptPathStandard; this.ckPayStatusPathStandard = ckPayStatusPathStandard;
} }
/** /**
* @return the ckIndicateScriptPathLast * @return the ckIndicateScriptPathLast
*/ */
public String getCkIndicateScriptPathLast() { public String getCkIndicateStatusPathLast() {
return ckIndicateScriptPathLast; return ckIndicateStatusPathLast;
} }
/** /**
* @param ckIndicateScriptPathLast the ckIndicateScriptPathLast to set * @param ckIndicateScriptPathLast the ckIndicateScriptPathLast to set
*/ */
public void setCkIndicateScriptPathLast(String ckIndicateScriptPathLast) { public void setCkIndicateStatusPathLast(String ckIndicateStatusPathLast) {
this.ckIndicateScriptPathLast = ckIndicateScriptPathLast; this.ckIndicateStatusPathLast = ckIndicateStatusPathLast;
} }
/** /**
* @return the ckIndicateScriptPathStandard * @return the ckIndicateScriptPathStandard
*/ */
public String getCkIndicateScriptPathStandard() { public String getCkIndicateStatusPathStandard() {
return ckIndicateScriptPathStandard; return ckIndicateStatusPathStandard;
} }
/** /**
* @param ckIndicateScriptPathStandard the ckIndicateScriptPathStandard to set * @param ckIndicateScriptPathStandard the ckIndicateScriptPathStandard to set
*/ */
public void setCkIndicateScriptPathStandard(String ckIndicateScriptPathStandard) { public void setCkIndicateStatusPathStandard(String ckIndicateStatusPathStandard) {
this.ckIndicateScriptPathStandard = ckIndicateScriptPathStandard; this.ckIndicateStatusPathStandard = ckIndicateStatusPathStandard;
} }
/** /**
@ -276,4 +288,88 @@ public class SqlFileInfoEntity{
return ckIndicateStatus; 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;
}
} }

Loading…
Cancel
Save