IGanReportService.java 272 B

12345678910111213
  1. package com.miaxis.gan.service;
  2. import com.baomidou.mybatisplus.extension.service.IService;
  3. import com.miaxis.gan.domain.GanZhi;
  4. /**
  5. * 天干地支Service接口
  6. *
  7. * @author miaxis
  8. * @date 2023-11-16
  9. */
  10. public interface IGanReportService extends IService<GanZhi>{
  11. }