1
zhang
7 天以前 7799b4f8c962ca4b5dbb9a6a58fb9a855b833e03
1
2
3
4
5
6
7
8
package com.zy.asrs.service;
 
import com.baomidou.mybatisplus.service.IService;
import com.zy.asrs.entity.CommandInfoLog;
 
public interface CommandInfoLogService extends IService<CommandInfoLog> {
 
}