#
Junjie
2025-02-13 bc3f3c1554e287b6c4969e23a43052f19bf95e72
1
2
3
4
5
6
7
8
package com.zy.asrs.service;
 
import com.baomidou.mybatisplus.service.IService;
import com.zy.asrs.entity.BasPlcerror;
 
public interface BasPlcerrorService extends IService<BasPlcerror> {
 
}