feat: There is no way the, xxx
This commit is contained in:
+3
@@ -279,4 +279,7 @@ public class SarLawsStandInfoPage extends BasePage {
|
||||
@TableField(exist = false)
|
||||
private String exportAllResult;
|
||||
|
||||
@TableField(exist = false)
|
||||
private String syncParam;
|
||||
|
||||
}
|
||||
|
||||
+11
@@ -1,6 +1,7 @@
|
||||
package com.adc.da.slrs.sarStandardsInfo.entity;
|
||||
|
||||
import com.adc.da.sys.common.BasePage;
|
||||
import com.baomidou.mybatisplus.annotation.TableField;
|
||||
import lombok.Data;
|
||||
|
||||
import java.util.List;
|
||||
@@ -173,6 +174,16 @@ public class SarBussionessStandEOPage extends BasePage {
|
||||
private String exportAllAttrInfo;
|
||||
private String exportAllResult;
|
||||
|
||||
private String syncParam;
|
||||
|
||||
public String getSyncParam() {
|
||||
return syncParam;
|
||||
}
|
||||
|
||||
public void setSyncParam(String syncParam) {
|
||||
this.syncParam = syncParam;
|
||||
}
|
||||
|
||||
public String getExportAllResult() {
|
||||
return exportAllResult;
|
||||
}
|
||||
|
||||
+3
@@ -91,6 +91,9 @@ public class SarStandardsInfoEOPage extends BasePage {
|
||||
private String orderBy1 = "SAR_STANDARDS_INFO.issue_time";
|
||||
private String order1 = "";
|
||||
|
||||
// syncParam == sync
|
||||
private String syncParam;
|
||||
|
||||
/**
|
||||
* zhaokaiyao
|
||||
* 文本状态
|
||||
|
||||
Reference in New Issue
Block a user