| | |
| | | public static final String MAPPER = "./src/main/java/com/lunhan/xxx/repository/mapper/"; |
| | | public static final String SERVICE = "./src/main/java/com/lunhan/xxx/service/"; |
| | | public static final String Controller = "./src/main/java/com/lunhan/xxx/host/controller/"; |
| | | public static final String SEARCH = "./src/main/java/com/lunhan/xxx/entity/dto/search/"; |
| | | public static final String SEARCH = "./src/main/java/com/lunhan/xxx/entity/search/"; |
| | | public static final String RequestDTO = "./src/main/java/com/lunhan/xxx/entity/request/"; |
| | | public static final String ResponseDTO = "./src/main/java/com/lunhan/xxx/entity/response/"; |
| | | } |
| | |
| | | public static final String MAPPER = "com.lunhan.xxx.repository.mapper"; |
| | | public static final String SERVICE = "com.lunhan.xxx.service"; |
| | | public static final String Controller = "com.lunhan.xxx.host.controller"; |
| | | public static final String SEARCH = "com.lunhan.xxx.entity.dto.search"; |
| | | public static final String SEARCH = "com.lunhan.xxx.entity.search"; |
| | | public static final String Request = "com.lunhan.xxx.entity.request"; |
| | | public static final String Response = "com.lunhan.xxx.entity.response"; |
| | | } |