package com.project.hyb.common.mapstruct; /** * mapstruct常量 * * @author dhb */ public class MapstructConstant { /** * 默认mapstruct注入spring */ public static final String DEFAULT_COMPONENT_MODEL = "spring"; }