yangys
2024-03-27 44028c2d1a7f21da831cb07ecb1b4a7873d8627b
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.qianwen.smartman.modules.system.handler.password.init;
 
import com.qianwen.smartman.modules.system.dto.PasswordModifyValidInfo;
import org.springframework.stereotype.Component;
 
@Component("InitPasswordModifyStrategy0")
/* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/system/handler/password/init/LevelZeroInitPasswordModifyStrategy.class */
public class LevelZeroInitPasswordModifyStrategy implements InitPasswordModifyStrategy {
    @Override // org.springblade.modules.system.handler.password.init.InitPasswordModifyStrategy
    public PasswordModifyValidInfo passwordValid() {
        return null;
    }
}