#
Junjie
2023-12-28 a6613eae9912b4d0cf85cb0bb7be2b93c2e7f6a0
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.WrkDetlLog;
 
public interface WrkDetlLogService extends IService<WrkDetlLog> {
 
}