增加文件的最后修改时间

web_backend_develope
chenlw 9 years ago
parent 260140605b
commit c228995ba9

@ -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;
}
}

Loading…
Cancel
Save