野心家
2025-05-14 29bb1c46cbca730c552f02b3fbe46ea53560f95f
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> {
 
}