#
Junjie
2025-04-26 7e5fd486ef26d9ac5a2ea7a1657decab0e4a10fd
1
2
3
4
5
6
7
8
package com.zy.asrs.service;
 
import com.zy.asrs.entity.CommandInfoLog;
import com.baomidou.mybatisplus.service.IService;
 
public interface CommandInfoLogService extends IService<CommandInfoLog> {
 
}