| | |
| | | import cn.gistack.nky.entity.ArimaPredict; |
| | | import cn.gistack.nky.entity.HstPredict; |
| | | import cn.gistack.nky.requestpojo.*; |
| | | import cn.gistack.nky.resultpojo.NkyBindDetailResult; |
| | | import com.alibaba.fastjson.JSONObject; |
| | | |
| | | import java.util.List; |
| | | |
| | | /** |
| | | * @PROJECT_NAME: skjcmanager |
| | |
| | | * @param alarmGetPo |
| | | */ |
| | | AlarmGet alarmGetData(AlarmGetPo alarmGetPo); |
| | | |
| | | List<NkyBindDetailResult> getBindDetail(String resCd, String cd, String s); |
| | | |
| | | boolean bindEnable(JSONObject params); |
| | | |
| | | boolean bindParam(JSONObject bindParamParams); |
| | | } |