*
lsh
2025-11-25 028c226f37d2fd6701404f2b89e81571e7d0100d
1
2
3
4
5
6
7
8
package com.zy.asrs.service;
 
import com.zy.asrs.entity.BasCrnErrorLog;
import com.baomidou.mybatisplus.service.IService;
 
public interface BasCrnErrorLogService extends IService<BasCrnErrorLog> {
 
}