#
Junjie
9 天以前 ec5a96479a750b1714b33a53f1b86394c9f87433
1
2
3
4
5
6
7
8
package com.zy.asrs.service;
 
import com.baomidou.mybatisplus.service.IService;
import com.zy.asrs.entity.BasPlcerror;
 
public interface BasPlcerrorService extends IService<BasPlcerror> {
 
}