Junjie
2023-11-27 95a8a2bd5b418980860fcaac6a6f5293e9cd65f2
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> {
 
}