| | |
| | | |
| | | public ArimaPredictReqPo() {}; |
| | | |
| | | public ArimaPredictReqPo(String damId, String pointId, String type, int number) { |
| | | public ArimaPredictReqPo(String damId, String pointId, String type) { |
| | | this.damId = damId; |
| | | this.pointId = pointId; |
| | | this.type = type; |
| | | this.number = number; |
| | | } |
| | | |
| | | public ArimaPredictReqPo (DataResChildrenPo pojo, String type, int number) { |
| | | public ArimaPredictReqPo (DataResChildrenPo pojo, String type) { |
| | | this.damId = pojo.getRes_cd(); |
| | | this.pointId = pojo.getCd(); |
| | | this.type = type; |
| | | this.number = number; |
| | | } |
| | | |
| | | } |