野心家
2023-10-27 77c5a9937bd6a2ffbb2a45c10fa5d65d66015397
1
2
3
4
5
6
7
8
package com.zy.asrs.service;
 
import com.zy.asrs.entity.FireLog;
import com.baomidou.mybatisplus.service.IService;
 
public interface FireLogService extends IService<FireLog> {
 
}