pang.jiabao
2025-03-01 a901007ba397a2492cac130372a76f8691ed6d36
1
2
3
4
5
6
7
8
9
10
package com.zy.asrs.wms.asrs.mapper;
 
import org.apache.ibatis.annotations.Mapper;
import org.springframework.stereotype.Repository;
 
@Mapper
@Repository
public interface MobileMapper {
 
}