#
luxiaotao1123
2024-03-12 09f421a52c4781bee1e3f58e06c29dd33fed71f2
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> {
 
}