#
luxiaotao1123
2021-03-03 aaefe8cc4f7beab9820a40fe7d8a80a415c066b7
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> {
 
}