|
|
@ -0,0 +1,16 @@ |
|
|
|
|
|
package com.gaotao.modules.base.mapper; |
|
|
|
|
|
|
|
|
|
|
|
import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
|
|
|
|
|
import com.gaotao.modules.base.entity.PalletFamily; |
|
|
|
|
|
import org.apache.ibatis.annotations.Mapper; |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
* @Description 托盘大分类Mapper - rqrq |
|
|
|
|
|
* @Author rqrq |
|
|
|
|
|
* @Date 2025/10/14 |
|
|
|
|
|
*/ |
|
|
|
|
|
@Mapper |
|
|
|
|
|
public interface PalletFamilyMapper extends BaseMapper<PalletFamily> { |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|