update:医保对账页面新增手动添加备注页面
This commit is contained in:
@@ -30,6 +30,11 @@ public interface MedicalInsuranceReconciliationService {
|
||||
* 删除医保对账结果
|
||||
*/
|
||||
void deleteMedicalInsuranceReconciliationResult(HashMap<Object, Object> map) throws Exception;
|
||||
|
||||
/**
|
||||
* 更新医保对账备注
|
||||
*/
|
||||
void updateMedicalInsuranceReconciliationRemark(HashMap<Object, Object> map) throws Exception;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user