1
Showing
1 changed file
with
0 additions
and
13 deletions
| ... | @@ -8,7 +8,6 @@ import javax.servlet.http.HttpServletRequest; | ... | @@ -8,7 +8,6 @@ import javax.servlet.http.HttpServletRequest; |
| 8 | 8 | ||
| 9 | import com.phxl.modules.goods.entity.billback.BillBackWithDetail; | 9 | import com.phxl.modules.goods.entity.billback.BillBackWithDetail; |
| 10 | 10 | ||
| 11 | import org.apache.commons.fileupload.disk.DiskFileItem; | ||
| 12 | import org.apache.http.HttpEntity; | 11 | import org.apache.http.HttpEntity; |
| 13 | import org.apache.http.HttpResponse; | 12 | import org.apache.http.HttpResponse; |
| 14 | import org.apache.http.NameValuePair; | 13 | import org.apache.http.NameValuePair; |
| ... | @@ -30,36 +29,24 @@ import org.springframework.web.bind.annotation.RequestMethod; | ... | @@ -30,36 +29,24 @@ import org.springframework.web.bind.annotation.RequestMethod; |
| 30 | import org.springframework.web.bind.annotation.RequestParam; | 29 | import org.springframework.web.bind.annotation.RequestParam; |
| 31 | import org.springframework.web.bind.annotation.ResponseBody; | 30 | import org.springframework.web.bind.annotation.ResponseBody; |
| 32 | import org.springframework.web.multipart.MultipartFile; | 31 | import org.springframework.web.multipart.MultipartFile; |
| 33 | import org.springframework.web.multipart.commons.CommonsMultipartFile; | ||
| 34 | 32 | ||
| 35 | import com.alibaba.fastjson.JSON; | 33 | import com.alibaba.fastjson.JSON; |
| 36 | import com.alibaba.fastjson.JSONObject; | 34 | import com.alibaba.fastjson.JSONObject; |
| 37 | import com.alibaba.fastjson.serializer.SerializerFeature; | ||
| 38 | import com.fasterxml.jackson.annotation.JsonFormat; | ||
| 39 | import com.phxl.common.constants.PlatformConstant; | 35 | import com.phxl.common.constants.PlatformConstant; |
| 40 | import com.phxl.common.response.PlatFormResponse; | 36 | import com.phxl.common.response.PlatFormResponse; |
| 41 | import com.phxl.common.response.PlatFormResponseConstant; | 37 | import com.phxl.common.response.PlatFormResponseConstant; |
| 42 | import com.phxl.common.util.HTTPClient; | 38 | import com.phxl.common.util.HTTPClient; |
| 43 | import com.phxl.common.util.JsonMapper; | ||
| 44 | import com.phxl.common.utils.IdUtil; | 39 | import com.phxl.common.utils.IdUtil; |
| 45 | import com.phxl.modules.goods.entity.billback.BillBack; | ||
| 46 | import com.phxl.modules.goods.entity.billsettlement.BillSettlement; | ||
| 47 | import com.phxl.modules.goods.entity.billsettlement.BillSettlementWithDetail; | 40 | import com.phxl.modules.goods.entity.billsettlement.BillSettlementWithDetail; |
| 48 | import com.phxl.modules.goods.entity.ctcareprov.CTCareProv; | 41 | import com.phxl.modules.goods.entity.ctcareprov.CTCareProv; |
| 49 | import com.phxl.modules.goods.entity.ctdept.HisCtDept; | 42 | import com.phxl.modules.goods.entity.ctdept.HisCtDept; |
| 50 | import com.phxl.modules.goods.entity.hisCtMedicineMaterial.HisCtMedicineMaterial; | 43 | import com.phxl.modules.goods.entity.hisCtMedicineMaterial.HisCtMedicineMaterial; |
| 51 | import com.phxl.modules.goods.entity.invoiceback.SuInvoiceBack; | ||
| 52 | import com.phxl.modules.goods.entity.invoiceback.SuInvoiceBackWithDetail; | 44 | import com.phxl.modules.goods.entity.invoiceback.SuInvoiceBackWithDetail; |
| 53 | import com.phxl.modules.goods.entity.medinstore.MedInStoreWithDetail; | 45 | import com.phxl.modules.goods.entity.medinstore.MedInStoreWithDetail; |
| 54 | import com.phxl.modules.goods.entity.medplan.MedPlan; | ||
| 55 | import com.phxl.modules.goods.entity.medplan.MedPlanWithDetail; | 46 | import com.phxl.modules.goods.entity.medplan.MedPlanWithDetail; |
| 56 | import com.phxl.modules.goods.entity.medstock.MedStock; | ||
| 57 | import com.phxl.modules.goods.entity.medstock.MedStockList; | 47 | import com.phxl.modules.goods.entity.medstock.MedStockList; |
| 58 | import com.phxl.modules.goods.entity.spills.HisSpills; | ||
| 59 | import com.phxl.modules.goods.entity.spills.HisSpillsList; | 48 | import com.phxl.modules.goods.entity.spills.HisSpillsList; |
| 60 | import com.phxl.modules.goods.entity.suoutstore.SuOutStore; | ||
| 61 | import com.phxl.modules.goods.entity.suoutstore.SuOutStoreWithDetail; | 49 | import com.phxl.modules.goods.entity.suoutstore.SuOutStoreWithDetail; |
| 62 | import com.phxl.modules.goods.entity.supplierstock.SupplierStock; | ||
| 63 | import com.phxl.modules.goods.entity.supplierstock.SupplierStockList; | 50 | import com.phxl.modules.goods.entity.supplierstock.SupplierStockList; |
| 64 | import com.phxl.modules.goods.entity.supplygoods.MedSupplyGoods; | 51 | import com.phxl.modules.goods.entity.supplygoods.MedSupplyGoods; |
| 65 | import com.phxl.modules.goods.service.billback.BillBackService; | 52 | import com.phxl.modules.goods.service.billback.BillBackService; | ... | ... |
-
Please register or sign in to post a comment