666885555

This commit is contained in:
wucongxing8150 2025-06-26 17:18:27 +08:00
parent 458089fa8c
commit b294d79bfc

View File

@ -10,4 +10,7 @@ import org.springframework.stereotype.Component;
@Slf4j @Slf4j
@Component @Component
public class Company extends Base { public class Company extends Base {
public String register2p1(){
return "1";
}
} }