1
zhangc
2025-04-11 3dcd26a1243d0d38f40b8a8d1348fd07e0afb237
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> {
 
}