新字典
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
package cn.ysk.cashier.mapper;
|
||||
|
||||
|
||||
import cn.ysk.cashier.base.BaseMapper;
|
||||
import cn.ysk.cashier.dto.TbPlatformDictDto;
|
||||
import cn.ysk.cashier.pojo.TbPlatformDict;
|
||||
import org.mapstruct.Mapper;
|
||||
import org.mapstruct.ReportingPolicy;
|
||||
|
||||
/**
|
||||
* @website https://eladmin.vip
|
||||
* @author ww
|
||||
* @date 2024-03-29
|
||||
**/
|
||||
@Mapper(componentModel = "spring", unmappedTargetPolicy = ReportingPolicy.IGNORE)
|
||||
public interface TbPlatformDictMapper extends BaseMapper<TbPlatformDictDto, TbPlatformDict> {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user