添加安全规则

This commit is contained in:
2026-06-04 17:40:59 +08:00
parent da2db011f7
commit c590b1b693
46 changed files with 2576 additions and 45 deletions

View File

@@ -0,0 +1,18 @@
package xtools.app.sys.call;
import org.springframework.web.service.annotation.HttpExchange;
import xtools.app.sys.api.SysUserPasswdRuleApi;
/**
* <p>Title : SysUserPasswdRuleCall</p>
* <p>Description : 用户名密码规则 Call</p>
* <p>Company : org.xujun</p>
*
* @author : xujun
* @version : 1.0.0
* @date : 2026-06-03 16:26:10
*/
@HttpExchange("/sys/user-passwd-rule")
public interface SysUserPasswdRuleCall extends SysUserPasswdRuleApi {
}