zwl
2025-07-02 4282d15a5e69a6b4c822c87d27a1ed6e7e618f00
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> {
 
}