Commit f8dcd71fdf02e37bc426210a53bf086771945c61
1 parent
eda354356a
Exists in
master
and in
8 other branches
儿童建档
Showing 1 changed file with 0 additions and 7 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/BabyBookbuildingController.java
View file @
f8dcd71
| 1 | 1 | package com.lyms.platform.operate.web.controller; |
| 2 | 2 | |
| 3 | 3 | |
| 4 | -import com.lyms.platform.biz.service.BabyBookbuildingService; | |
| 5 | -import com.lyms.platform.biz.service.YunBookbuildingService; | |
| 6 | 4 | import com.lyms.platform.common.base.BaseController; |
| 7 | 5 | import com.lyms.platform.common.constants.ErrorCodeConstants; |
| 8 | 6 | import com.lyms.platform.common.result.BaseListResponse; |
| 9 | 7 | import com.lyms.platform.common.result.BaseObjectResponse; |
| 10 | 8 | import com.lyms.platform.common.result.BaseResponse; |
| 11 | 9 | import com.lyms.platform.common.utils.StringUtils; |
| 12 | -import com.lyms.platform.common.utils.SystemConfig; | |
| 13 | 10 | import com.lyms.platform.operate.web.facade.BabyBookbuildingFacade; |
| 14 | -import com.lyms.platform.operate.web.facade.BookbuildingFacade; | |
| 15 | 11 | import com.lyms.platform.operate.web.request.*; |
| 16 | -import com.lyms.platform.operate.web.result.BasicConfigResult; | |
| 17 | -import com.lyms.platform.pojo.BabyModel; | |
| 18 | 12 | import org.springframework.beans.factory.annotation.Autowired; |
| 19 | 13 | import org.springframework.stereotype.Controller; |
| 20 | 14 | import org.springframework.web.bind.annotation.*; |
| 21 | 15 | |
| 22 | 16 | import javax.validation.Valid; |
| 23 | 17 | import java.io.UnsupportedEncodingException; |
| 24 | -import java.util.List; | |
| 25 | 18 | |
| 26 | 19 | |
| 27 | 20 | /* |