mitao
2024-12-02 2a3092f2944ea15a04faf383d35d82b902ce9aff
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.sinata.system.service;
 
import com.sinata.system.domain.MwBox;
import com.baomidou.mybatisplus.extension.service.IService;
 
/**
 * <p>
 * 转运箱 服务类
 * </p>
 *
 * @author mitao
 * @since 2024-12-02
 */
public interface MwBoxService extends IService<MwBox> {
 
}