1
zhang
2025-06-16 8b9b604e379f92dc61fb55e1454b7f1d107428d9
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> {
 
}