- package com.miaxis.gan.service;
- import com.baomidou.mybatisplus.extension.service.IService;
- import com.miaxis.gan.domain.GanZhi;
- /**
- * 天干地支Service接口
- *
- * @author miaxis
- * @date 2023-11-16
- */
- public interface IGanReportService extends IService<GanZhi>{
- }
|