#
Junjie
2024-12-06 8f675f33c09c0a1e49a51b0384fba38844ac5ef7
1
2
3
4
5
6
7
8
package com.zy.asrs.wms.asrs.service;
 
import com.baomidou.mybatisplus.extension.service.IService;
import com.zy.asrs.wms.asrs.entity.PlatformDetl;
 
public interface PlatformDetlService extends IService<PlatformDetl> {
 
}