MapstructConstant.java 243 B

123456789101112131415
  1. package com.project.hyb.common.mapstruct;
  2. /**
  3. * mapstruct常量
  4. *
  5. * @author dhb
  6. */
  7. public class MapstructConstant {
  8. /**
  9. * 默认mapstruct注入spring
  10. */
  11. public static final String DEFAULT_COMPONENT_MODEL = "spring";
  12. }