#
luxiaotao1123
2024-03-21 cd101a3839aac67b966b3e0d4022da953dfd1ecc
1
2
3
4
5
6
7
8
package com.zy.asrs.common.wms.service;
 
import com.baomidou.mybatisplus.extension.service.IService;
import com.zy.asrs.common.wms.entity.OrderLog;
 
public interface OrderLogService extends IService<OrderLog> {
 
}