ZengTao
2025-02-21 8190ef14609e5b1298a1065ff8b07ae09664fa87
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.mes.pp.service;
 
import com.mes.pp.entity.DamageDetails;
import com.baomidou.mybatisplus.extension.service.IService;
 
/**
 * <p>
 *  服务类
 * </p>
 *
 * @author wu
 * @since 2024-07-26
 */
public interface DamageDetailsService extends IService<DamageDetails> {
 
}