#
DELL
2025-11-27 4e6483bb021db0a13a27fa12863a983369a083ea
1
2
3
4
5
6
7
8
package com.zy.asrs.service;
 
import com.zy.asrs.entity.BasCrnpErrLog;
import com.baomidou.mybatisplus.service.IService;
 
public interface BasCrnpErrLogService extends IService<BasCrnpErrLog> {
 
}