| | |
| | | import com.dy.pipIrrGlobal.voSe.VoActiveCard; |
| | | import com.dy.pipIrrProject.intake.qo.OnLineIntakesQO; |
| | | import com.dy.pipIrrProject.result.ProjectResultCode; |
| | | import com.taobao.api.ApiException; |
| | | import io.swagger.v3.oas.annotations.Operation; |
| | | import io.swagger.v3.oas.annotations.Parameter; |
| | | import io.swagger.v3.oas.annotations.media.Content; |
| | |
| | | @RequiredArgsConstructor |
| | | public class IntakeCtrl { |
| | | private final IntakeSv intakeSv; |
| | | |
| | | @GetMapping("/test") |
| | | public String sendMessage(String message) throws ApiException { |
| | | return intakeSv.sendMessage(message); |
| | | } |
| | | |
| | | /** |
| | | * 客户端请求得到所有取水口名字 |
| | |
| | | |
| | | /** |
| | | * 获取取水口列表(在线和不在线) |
| | | * |
| | | * @param qo |
| | | * @return |
| | | */ |
| | |
| | | |
| | | /** |
| | | * 根据操作员获取常用取水口(在线和不在线) |
| | | * |
| | | * @param operator |
| | | * @return |
| | | */ |