新增图表接口

This commit is contained in:
2025-11-11 20:02:59 +08:00
parent 6f637a8700
commit 1817930d47
37 changed files with 790 additions and 1 deletions

View File

@@ -0,0 +1,18 @@
package com.mini.capi.biz.controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
/**
* <p>
* VIEW 前端控制器
* </p>
*
* @author gaoxq
* @since 2025-11-11
*/
@RestController
@RequestMapping("/biz/erpPeriodSummaryAccountWeekView")
public class ErpPeriodSummaryAccountWeekViewController {
}

View File

@@ -0,0 +1,18 @@
package com.mini.capi.biz.controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
/**
* <p>
* VIEW 前端控制器
* </p>
*
* @author gaoxq
* @since 2025-11-11
*/
@RestController
@RequestMapping("/biz/erpPeriodSummaryAccountYearView")
public class ErpPeriodSummaryAccountYearViewController {
}

View File

@@ -0,0 +1,18 @@
package com.mini.capi.biz.controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
/**
* <p>
* VIEW 前端控制器
* </p>
*
* @author gaoxq
* @since 2025-11-11
*/
@RestController
@RequestMapping("/biz/erpPeriodSummaryAllView")
public class ErpPeriodSummaryAllViewController {
}

View File

@@ -0,0 +1,18 @@
package com.mini.capi.biz.controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
/**
* <p>
* VIEW 前端控制器
* </p>
*
* @author gaoxq
* @since 2025-11-11
*/
@RestController
@RequestMapping("/biz/erpPeriodSummaryView")
public class ErpPeriodSummaryViewController {
}

View File

@@ -0,0 +1,18 @@
package com.mini.capi.biz.controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
/**
* <p>
* VIEW 前端控制器
* </p>
*
* @author gaoxq
* @since 2025-11-11
*/
@RestController
@RequestMapping("/biz/erpPeriodSummaryWeekView")
public class ErpPeriodSummaryWeekViewController {
}

View File

@@ -0,0 +1,18 @@
package com.mini.capi.biz.controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
/**
* <p>
* VIEW 前端控制器
* </p>
*
* @author gaoxq
* @since 2025-11-11
*/
@RestController
@RequestMapping("/biz/erpPeriodSummaryYearView")
public class ErpPeriodSummaryYearViewController {
}