修复了注册和登录时的验证码异常

This commit is contained in:
2025-05-21 17:05:00 +08:00
parent 8e3ee826a2
commit 10367bb32c
15 changed files with 157 additions and 0 deletions

View File

@ -0,0 +1,6 @@
package com.greenorange.promotion.designModel;
public interface Command {
void execute();
}