#
Junjie
2024-06-19 877a0dafe0da9f60e09b6b29742573ac33c00f56
1
2
3
4
5
6
7
8
package com.zy.asrs.wcs.core.service;
 
import com.baomidou.mybatisplus.extension.service.IService;
import com.zy.asrs.wcs.core.entity.TaskLog;
 
public interface TaskLogService extends IService<TaskLog> {
 
}