From 19dd09c5bebbc19f30da1e2a0959a474568ed311 Mon Sep 17 00:00:00 2001
From: xin <1099200748@qq.com>
Date: Mon, 15 Sep 2025 11:33:26 +0800
Subject: [PATCH] 订单打包费
---
.idea/compiler.xml | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/.idea/compiler.xml b/.idea/compiler.xml
index b697d3f..8f29a85 100644
--- a/.idea/compiler.xml
+++ b/.idea/compiler.xml
@@ -17,11 +17,11 @@
</component>
<component name="JavacSettings">
<option name="ADDITIONAL_OPTIONS_OVERRIDE">
- <module name="oying-common" options="" />
- <module name="oying-generator" options="" />
- <module name="oying-logging" options="" />
- <module name="oying-system" options="" />
- <module name="oying-tools" options="" />
+ <module name="oying-common" options="-parameters" />
+ <module name="oying-generator" options="-parameters" />
+ <module name="oying-logging" options="-parameters" />
+ <module name="oying-system" options="-parameters" />
+ <module name="oying-tools" options="-parameters" />
</option>
</component>
</project>
\ No newline at end of file
--
Gitblit v1.9.3