新增图表接口
This commit is contained in:
@@ -1,18 +0,0 @@
|
||||
package com.mini.capi.biz.controller;
|
||||
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
/**
|
||||
* <p>
|
||||
* 市区信息表 前端控制器
|
||||
* </p>
|
||||
*
|
||||
* @author gaoxq
|
||||
* @since 2025-11-09
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("/biz/bizCities")
|
||||
public class BizCitiesController {
|
||||
|
||||
}
|
||||
@@ -1,18 +0,0 @@
|
||||
package com.mini.capi.biz.controller;
|
||||
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
/**
|
||||
* <p>
|
||||
* 公司信息表,用于存储公司基本信息 前端控制器
|
||||
* </p>
|
||||
*
|
||||
* @author gaoxq
|
||||
* @since 2025-11-09
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("/biz/bizCompany")
|
||||
public class BizCompanyController {
|
||||
|
||||
}
|
||||
@@ -1,18 +0,0 @@
|
||||
package com.mini.capi.biz.controller;
|
||||
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
/**
|
||||
* <p>
|
||||
* 邮件账户配置表 前端控制器
|
||||
* </p>
|
||||
*
|
||||
* @author gaoxq
|
||||
* @since 2025-11-09
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("/biz/bizMailAccount")
|
||||
public class BizMailAccountController {
|
||||
|
||||
}
|
||||
@@ -1,18 +0,0 @@
|
||||
package com.mini.capi.biz.controller;
|
||||
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
/**
|
||||
* <p>
|
||||
* 发送邮件表 前端控制器
|
||||
* </p>
|
||||
*
|
||||
* @author gaoxq
|
||||
* @since 2025-11-09
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("/biz/bizMailSent")
|
||||
public class BizMailSentController {
|
||||
|
||||
}
|
||||
@@ -1,18 +0,0 @@
|
||||
package com.mini.capi.biz.controller;
|
||||
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
/**
|
||||
* <p>
|
||||
* 主机信息表 前端控制器
|
||||
* </p>
|
||||
*
|
||||
* @author gaoxq
|
||||
* @since 2025-11-10
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("/biz/bizMonitorHost")
|
||||
public class BizMonitorHostController {
|
||||
|
||||
}
|
||||
@@ -1,18 +0,0 @@
|
||||
package com.mini.capi.biz.controller;
|
||||
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
/**
|
||||
* <p>
|
||||
* 地市信息表 前端控制器
|
||||
* </p>
|
||||
*
|
||||
* @author gaoxq
|
||||
* @since 2025-11-09
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("/biz/bizMunicipalities")
|
||||
public class BizMunicipalitiesController {
|
||||
|
||||
}
|
||||
@@ -1,18 +0,0 @@
|
||||
package com.mini.capi.biz.controller;
|
||||
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
/**
|
||||
* <p>
|
||||
* 项目表用于存储公司内部各个项目的详细信息 前端控制器
|
||||
* </p>
|
||||
*
|
||||
* @author gaoxq
|
||||
* @since 2025-11-09
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("/biz/bizProjectInfo")
|
||||
public class BizProjectInfoController {
|
||||
|
||||
}
|
||||
@@ -1,18 +0,0 @@
|
||||
package com.mini.capi.biz.controller;
|
||||
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
/**
|
||||
* <p>
|
||||
* 项目汇报信息表 前端控制器
|
||||
* </p>
|
||||
*
|
||||
* @author gaoxq
|
||||
* @since 2025-11-09
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("/biz/bizProjectReport")
|
||||
public class BizProjectReportController {
|
||||
|
||||
}
|
||||
@@ -1,18 +0,0 @@
|
||||
package com.mini.capi.biz.controller;
|
||||
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
/**
|
||||
* <p>
|
||||
* 项目需求表 前端控制器
|
||||
* </p>
|
||||
*
|
||||
* @author gaoxq
|
||||
* @since 2025-11-09
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("/biz/bizProjectRequirements")
|
||||
public class BizProjectRequirementsController {
|
||||
|
||||
}
|
||||
@@ -1,18 +0,0 @@
|
||||
package com.mini.capi.biz.controller;
|
||||
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
/**
|
||||
* <p>
|
||||
* 省份信息表 前端控制器
|
||||
* </p>
|
||||
*
|
||||
* @author gaoxq
|
||||
* @since 2025-11-09
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("/biz/bizProvince")
|
||||
public class BizProvinceController {
|
||||
|
||||
}
|
||||
@@ -1,18 +0,0 @@
|
||||
package com.mini.capi.biz.controller;
|
||||
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
/**
|
||||
* <p>
|
||||
* 员工表用于存储公司内部员工的基本信息 前端控制器
|
||||
* </p>
|
||||
*
|
||||
* @author gaoxq
|
||||
* @since 2025-11-09
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("/biz/bizResumeEmployee")
|
||||
public class BizResumeEmployeeController {
|
||||
|
||||
}
|
||||
@@ -1,18 +0,0 @@
|
||||
package com.mini.capi.biz.controller;
|
||||
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
/**
|
||||
* <p>
|
||||
* 网站信息存储表,用于记录网站登录信息及相关信息 前端控制器
|
||||
* </p>
|
||||
*
|
||||
* @author gaoxq
|
||||
* @since 2025-11-09
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("/biz/bizWebsiteStorage")
|
||||
public class BizWebsiteStorageController {
|
||||
|
||||
}
|
||||
@@ -1,18 +0,0 @@
|
||||
package com.mini.capi.biz.controller;
|
||||
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
/**
|
||||
* <p>
|
||||
* 账户信息 前端控制器
|
||||
* </p>
|
||||
*
|
||||
* @author gaoxq
|
||||
* @since 2025-11-09
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("/biz/erpAccount")
|
||||
public class ErpAccountController {
|
||||
|
||||
}
|
||||
@@ -1,18 +0,0 @@
|
||||
package com.mini.capi.biz.controller;
|
||||
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
/**
|
||||
* <p>
|
||||
* 收支分类 前端控制器
|
||||
* </p>
|
||||
*
|
||||
* @author gaoxq
|
||||
* @since 2025-11-09
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("/biz/erpCategory")
|
||||
public class ErpCategoryController {
|
||||
|
||||
}
|
||||
@@ -1,18 +0,0 @@
|
||||
package com.mini.capi.biz.controller;
|
||||
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
/**
|
||||
* <p>
|
||||
* 支出明细表 前端控制器
|
||||
* </p>
|
||||
*
|
||||
* @author gaoxq
|
||||
* @since 2025-11-09
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("/biz/erpExpense")
|
||||
public class ErpExpenseController {
|
||||
|
||||
}
|
||||
@@ -1,18 +0,0 @@
|
||||
package com.mini.capi.biz.controller;
|
||||
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
/**
|
||||
* <p>
|
||||
* 收入明细表 前端控制器
|
||||
* </p>
|
||||
*
|
||||
* @author gaoxq
|
||||
* @since 2025-11-09
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("/biz/erpIncome")
|
||||
public class ErpIncomeController {
|
||||
|
||||
}
|
||||
@@ -1,18 +0,0 @@
|
||||
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 {
|
||||
|
||||
}
|
||||
@@ -1,18 +0,0 @@
|
||||
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 {
|
||||
|
||||
}
|
||||
@@ -1,18 +0,0 @@
|
||||
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 {
|
||||
|
||||
}
|
||||
@@ -1,18 +0,0 @@
|
||||
package com.mini.capi.biz.controller;
|
||||
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
/**
|
||||
* <p>
|
||||
* 账单汇总表 前端控制器
|
||||
* </p>
|
||||
*
|
||||
* @author gaoxq
|
||||
* @since 2025-11-09
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("/biz/erpPeriodSummary")
|
||||
public class ErpPeriodSummaryController {
|
||||
|
||||
}
|
||||
@@ -1,18 +0,0 @@
|
||||
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 {
|
||||
|
||||
}
|
||||
@@ -1,18 +0,0 @@
|
||||
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 {
|
||||
|
||||
}
|
||||
@@ -1,18 +0,0 @@
|
||||
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 {
|
||||
|
||||
}
|
||||
@@ -1,18 +0,0 @@
|
||||
package com.mini.capi.biz.controller;
|
||||
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
/**
|
||||
* <p>
|
||||
* 收支流水总表 前端控制器
|
||||
* </p>
|
||||
*
|
||||
* @author gaoxq
|
||||
* @since 2025-11-09
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("/biz/erpTransactionFlow")
|
||||
public class ErpTransactionFlowController {
|
||||
|
||||
}
|
||||
@@ -1,18 +0,0 @@
|
||||
package com.mini.capi.biz.controller;
|
||||
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
|
||||
/**
|
||||
* <p>
|
||||
* 转账明细表 前端控制器
|
||||
* </p>
|
||||
*
|
||||
* @author gaoxq
|
||||
* @since 2025-11-09
|
||||
*/
|
||||
@RestController
|
||||
@RequestMapping("/biz/erpTransfer")
|
||||
public class ErpTransferController {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user