提交 473357db 编写于 作者: 小刘28's avatar 小刘28 💬

feat:添加登录页面;

上级 38e3e094
import com.ubitgroup.view.LoginM.LoginV;
/*
* 系统入口
* */
public class Main {
public static void main(String[] args) {
System.out.println("Hello world!");
LoginV loginV = new LoginV();
loginV.init();
}
}
\ No newline at end of file
}
package com.ubitgroup.view.LoginM;
/*
* 登录页面
* */
public class LoginV {
/*
* 初始化页面
* */
public void init(){
System.out.println("登录页面");
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册