pang.jiabao
9 天以前 b9f5b7c6c0a66fa04e12ab2f85c0f015ad024a1a
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> {
 
}