新增图表接口

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,16 @@
package com.mini.capi.biz.service;
import com.mini.capi.biz.domain.ErpPeriodSummaryAccountWeekView;
import com.baomidou.mybatisplus.extension.service.IService;
/**
* <p>
* VIEW 服务类
* </p>
*
* @author gaoxq
* @since 2025-11-11
*/
public interface ErpPeriodSummaryAccountWeekViewService extends IService<ErpPeriodSummaryAccountWeekView> {
}