| | |
| | | package com.zy.asrs.wms.system.service; |
| | | |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | import com.zy.asrs.wms.system.entity.OperationRecord; |
| | | |
| | | public interface OperationRecordService extends IService<OperationRecord> { |
| | | |
| | | void saveAsync(OperationRecord operationRecord); |
| | | |
| | | } |
| | | package com.zy.asrs.wms.system.service;
|
| | |
|
| | | import com.baomidou.mybatisplus.extension.service.IService;
|
| | | import com.zy.asrs.wms.system.entity.OperationRecord;
|
| | |
|
| | | public interface OperationRecordService extends IService<OperationRecord> {
|
| | |
|
| | | void saveAsync(OperationRecord operationRecord);
|
| | |
|
| | | }
|