新增预交金限额查询功能

This commit is contained in:
sangchengzhi
2026-01-12 19:28:07 +08:00
parent 5af5091f92
commit 7e61946025
4 changed files with 41 additions and 1 deletions

View File

@@ -14,4 +14,6 @@ public interface UserOrderMapper extends BaseMapper<UserOrder> {
void SelectUserOrderByCode(String outTradeNo, int type);
Integer yjjXeQuery(String patientId, String hisDate);
}