#
LSH
2023-10-12 74c2c28d1ddb7cf5133f099e9c0c5ff605db7969
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> {
 
}