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