野心家
2025-05-17 0fe2f60a5f2018fa97ead4727e04b055d4907e99
1
2
3
4
5
6
7
8
package com.zy.asrs.service;
 
import com.zy.asrs.entity.BasPlcerrorLog;
import com.baomidou.mybatisplus.service.IService;
 
public interface BasPlcerrorLogService extends IService<BasPlcerrorLog> {
 
}