From c19b95a69362394bf2f43af796e3af10c6bf70de Mon Sep 17 00:00:00 2001 From: chenrui <1187576398@qq.com> Date: 星期一, 19 五月 2025 11:30:51 +0800 Subject: [PATCH] 回款台账 --- src/main/resources/application.yml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 1a89bcf..2154aae 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -100,7 +100,7 @@ # MyBatis Plus閰嶇疆 mybatis-plus: # 鎼滅储鎸囧畾鍖呭埆鍚� 鏍规嵁鑷繁鐨勯」鐩潵 - typeAliasesPackage: com.ruoyi.basic.**.pojo + typeAliasesPackage: com.ruoyi.**.pojo # 閰嶇疆mapper鐨勬壂鎻忥紝鎵惧埌鎵�鏈夌殑mapper.xml鏄犲皠鏂囦欢 mapperLocations: classpath*:mapper/**/*Mapper.xml # 鍔犺浇鍏ㄥ眬鐨勯厤缃枃浠� -- Gitblit v1.9.3