Update:标准解读流程检索
This commit is contained in:
+10
@@ -13,6 +13,8 @@ import java.util.Date;
|
||||
*/
|
||||
public class SarFileSplitInfoEO extends BaseEntity {
|
||||
|
||||
|
||||
private String standType;
|
||||
private String sarType;
|
||||
private String fileName;
|
||||
private String id;
|
||||
@@ -321,4 +323,12 @@ public class SarFileSplitInfoEO extends BaseEntity {
|
||||
public void setInfoId(String infoId) {
|
||||
this.infoId = infoId;
|
||||
}
|
||||
|
||||
public String getStandType() {
|
||||
return standType;
|
||||
}
|
||||
|
||||
public void setStandType(String standType) {
|
||||
this.standType = standType;
|
||||
}
|
||||
}
|
||||
|
||||
+12
@@ -10,6 +10,7 @@ import com.adc.da.base.page.BasePage;
|
||||
*/
|
||||
public class SarFileSplitInfoEOPage extends BasePage {
|
||||
|
||||
private String standType;
|
||||
private String sarType;
|
||||
private String sarTypeOperator = "=";
|
||||
private String fileName;
|
||||
@@ -49,6 +50,17 @@ public class SarFileSplitInfoEOPage extends BasePage {
|
||||
|
||||
private String shunxu;
|
||||
|
||||
public SarFileSplitInfoEOPage() {
|
||||
}
|
||||
|
||||
public String getStandType() {
|
||||
return standType;
|
||||
}
|
||||
|
||||
public void setStandType(String standType) {
|
||||
this.standType = standType;
|
||||
}
|
||||
|
||||
public String getResult() {
|
||||
return result;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user