#
Junjie
2025-11-25 bcfb134275e9f3030dac9d732f6e1f04008950ce
1
2
3
4
5
6
7
8
package com.zy.asrs.service;
 
import com.zy.asrs.entity.BasCrnpErr;
import com.baomidou.mybatisplus.service.IService;
 
public interface BasCrnpErrService extends IService<BasCrnpErr> {
 
}