pang.jiabao
2025-05-09 0bdf2da5b1407d7d0dbb90ba11a6ba0f18856ac0
1
2
3
4
5
6
7
8
package com.zy.asrs.service;
 
import com.baomidou.mybatisplus.service.IService;
import com.zy.asrs.entity.BasPlcerrorLog;
 
public interface BasPlcerrorLogService extends IService<BasPlcerrorLog> {
 
}