kongdeqiang
3 天以前 51ca84cb45d5d6a4d1a49aa29ea8479568b65f34
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package com.boying.service;
 
import com.baomidou.mybatisplus.extension.service.IService;
import com.boying.entity.Inspection;
import com.boying.entity.LedShow;
 
/**
 * @author kdq
 * @version 1.0.0
 * @ClassName LedShowService.java
 * @Description TODO
 * @createTime 2022年11月21日 08:30:00
 */
public interface InspectionService extends IService<Inspection> {
}