yanghb
2025-04-27 ea33d776b80969e526448baafd1c310f0f15b862
1
2
3
4
5
6
7
8
9
package com.ruoyi.bussiness.mapper;
 
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ruoyi.bussiness.domain.PlacementBatchAsset;
import org.apache.ibatis.annotations.Mapper;
 
@Mapper
public interface PlacementBatchAssetMapper extends BaseMapper<PlacementBatchAsset> {
}