商户视频号 管理
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
package cn.ysk.cashier.mapper.shop;
|
||||
|
||||
|
||||
import cn.ysk.cashier.base.BaseMapper;
|
||||
import cn.ysk.cashier.dto.shop.TbShopVideoDto;
|
||||
import cn.ysk.cashier.pojo.shop.TbShopVideo;
|
||||
import org.mapstruct.Mapper;
|
||||
import org.mapstruct.ReportingPolicy;
|
||||
|
||||
/**
|
||||
* @author ww
|
||||
**/
|
||||
@Mapper(componentModel = "spring", unmappedTargetPolicy = ReportingPolicy.IGNORE)
|
||||
public interface TbShopVideoMapper extends BaseMapper<TbShopVideoDto, TbShopVideo> {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user