whywhyo
2023-08-09 ab24e68f152f9031a5ddfe4be7e82a5c84eb7476
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> {
 
}