新增图表接口

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.mapper;
import com.mini.capi.biz.domain.ErpPeriodSummaryAllView;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
/**
* <p>
* VIEW Mapper 接口
* </p>
*
* @author gaoxq
* @since 2025-11-11
*/
public interface ErpPeriodSummaryAllViewMapper extends BaseMapper<ErpPeriodSummaryAllView> {
}