zss
2025-03-04 8b997bf7de8e2bc23a337261e19e5e43bd48c67e
cnas-manage/src/main/java/com/ruoyi/manage/controller/ManageRecordIntervalsTotalController.java
@@ -7,7 +7,7 @@
import com.ruoyi.manage.service.ManageRecordIntervalsTotalService;
import io.swagger.annotations.ApiOperation;
import org.springframework.web.bind.annotation.*;
import io.swagger.annotations.Api;
import javax.annotation.Resource;
import java.util.Map;
@@ -19,6 +19,7 @@
 * @author 芯导软件(江苏)有限公司
 * @since 2024-11-15 01:12:11
 */
@Api(tags = "记录的控制")
@RestController
@RequestMapping("/manageRecordIntervalsTotal")
public class ManageRecordIntervalsTotalController {