feige
2024-10-07 f57c5b200b97a01738ace0cfa06e991ee4c01460
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> {
 
}