mapstruct.java.ftl 231 B

1234567891011121314
  1. package ${cfg.mapstructPageName};
  2. import org.mapstruct.Mapper;
  3. /**
  4. * ${table.comment!} 服务类型实体转换
  5. *
  6. * @author ${author}
  7. * @since ${date}
  8. */
  9. @Mapper(componentModel = "spring")
  10. public interface ${entity}Mapstruct {
  11. }