| | |
| | | package com.ld.igds.drug.view; |
| | | |
| | | |
| | | import java.util.Map; |
| | | |
| | | import com.ld.igds.drug.service.HDrugLogService; |
| | |
| | | import com.bstek.dorado.annotation.DataProvider; |
| | | import com.bstek.dorado.annotation.Expose; |
| | | import com.bstek.dorado.data.provider.Page; |
| | | import com.ld.igds.drug.service.HDrugService; |
| | | import com.ld.igds.models.DrugLog; |
| | | |
| | | /** |
| | |
| | | * @description: |
| | | * @version: |
| | | * @data:2020年3月6日 |
| | | * |
| | | */ |
| | | @Component("drugLogPR") |
| | | public class DrugLogPR { |
| | |
| | | |
| | | /** |
| | | * drugLogPR#pageDrugLog |
| | | * |
| | | * @param page |
| | | * @param param |
| | | * @throws Exception |
| | |
| | | } |
| | | |
| | | /** |
| | | * drugLogPR#updateDrugLog 新增或者修改 |
| | | * drugLogPR#saveDrugLog 新增或者修改 |
| | | * |
| | | * @param data |
| | | * @throws Exception |
| | | */ |
| | | @Expose |
| | | public String updateDrugLog(DrugLog data) throws Exception { |
| | | public String saveDrugLog(DrugLog data) throws Exception { |
| | | drugLogService.saveData(data); |
| | | return ""; |
| | | } |