JdcProject/src/main/java/com/jdc/jdcproject/controller/DicekePrecipitationController.java

20 lines
421 B
Java
Raw Normal View History

2025-04-27 16:49:30 +08:00
package com.jdc.jdcproject.controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RestController;
/**
* <p>
* 降水量表; 前端控制器
* </p>
*
* @author haoyanlu
* @since 2025-04-26
*/
@RestController
@RequestMapping("/dicekePrecipitation")
public class DicekePrecipitationController {
}