zqy
2024-11-04 38bf6d26c02f2861abdbe95b8e2a1312e6f30202
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.ruoyi.service;
 
import com.baomidou.mybatisplus.extension.service.IService;
import com.ruoyi.domain.ZYearHealth;
 
/**
 * <p>
 * 年度健康表第一次需要录入的信息 服务类
 * </p>
 *
 * @author ojq
 * @since 2023-03-14
 */
public interface ZYearHealthService extends IService<ZYearHealth> {
 
}