#
luxiaotao1123
2020-06-23 035bd551cd55080e71687e79c8f5ea59ff542c7a
1
2
3
4
5
6
7
8
package com.zy.asrs.service;
 
import com.baomidou.mybatisplus.service.IService;
import com.zy.asrs.entity.BasCrnError;
 
public interface BasCrnErrorService extends IService<BasCrnError> {
 
}