自动化立体仓库 - WMS系统
skyouc
8 天以前 97d989a1f72e33c4640e2e13cb5cfe3a3a1130e9
1
2
3
4
5
6
7
8
9
package com.zy.asrs.service;
 
import com.zy.asrs.entity.TaskLog;
import com.baomidou.mybatisplus.service.IService;
 
public interface TaskLogService extends IService<TaskLog> {
 
    boolean save(Integer wrkNo);
}