#
luxiaotao1123
2024-04-09 9b5d6258bab4e51ef437ec38975657cf9a561de0
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.OrderDetlLog;
 
public interface OrderDetlLogService extends IService<OrderDetlLog> {
 
}