whywhyo
2023-05-21 35bfc4a20a68737dff4eeea8531eceec2dd75893
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
package com.ruoyi.service;
 
 
import com.baomidou.mybatisplus.extension.service.IService;
import com.ruoyi.domain.ZYearInfo;
 
/**
 * <p>
 * 年度健康表的每一次检查的记录表 服务类
 * </p>
 *
 * @author ojq
 * @since 2023-03-14
 */
public interface ZYearInfoService extends IService<ZYearInfo> {
 
}