zqy
2024-08-08 0a1b8e8f74d5b7dae3cea7e25771a7b817d54ac2
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> {
 
}