#
1
2025-05-13 0386ec2085f557b43678e26d23a15a3240e12e68
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> {
 
}