account的 updateChain3

This commit is contained in:
2025-12-20 17:23:39 +08:00
parent d49772bf9e
commit 17d7dfe6c6
2 changed files with 16 additions and 4 deletions

View File

@@ -24,7 +24,7 @@ public interface ShopUserService extends IService<ShopUser> {
@Override
default UpdateChain<ShopUser> updateChain() {
return new UpdateChain<>(getMapper());
return new CzgUpdateChain<>(getMapper());
}
/**