Merge branch 'feature/auto-settle-no-transaction' into dev

This commit is contained in:
jsowell
2026-08-12 16:19:59 +08:00
25 changed files with 3901 additions and 23 deletions

View File

@@ -0,0 +1,8 @@
package com.jsowell.common.config;
/**
* @deprecated 已迁移至 {@code com.jsowell.pile.config.AutoSettleConfig},保留空类避免历史引用编译失败。
*/
@Deprecated
public class AutoSettleConfig {
}