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