#
Junjie
2024-09-07 0ea1110b84334f1ecbd94fef6f4bf60e8d820b9a
zy-asrs-wms/src/main/java/com/zy/asrs/wms/asrs/mapper/LocMapper.java
@@ -5,8 +5,12 @@
import org.apache.ibatis.annotations.Mapper;
import org.springframework.stereotype.Repository;
import java.util.List;
@Mapper
@Repository
public interface LocMapper extends BaseMapper<Loc> {
    List<Long> listBySts(Long sts);
}