|
@@ -26,13 +26,9 @@ public class AppSceneParam extends RequestBase {
|
|
private String orderBy;
|
|
private String orderBy;
|
|
|
|
|
|
|
|
|
|
- private String searchKey;
|
|
|
|
private String startTime;
|
|
private String startTime;
|
|
private String endTime;
|
|
private String endTime;
|
|
private String sceneNum;
|
|
private String sceneNum;
|
|
|
|
|
|
- public String getSceneName() {
|
|
|
|
- return StringUtils.isNotBlank(searchKey) ? searchKey : sceneName;
|
|
|
|
- }
|
|
|
|
|
|
|
|
}
|
|
}
|