This commit is contained in:
FJY
2017-10-29 23:16:24 +08:00
parent 2e2b37022b
commit 2e2d4ab13c
8 changed files with 456 additions and 0 deletions

BIN
src/com/wgh/UserForm.class Normal file

Binary file not shown.

View File

@@ -0,0 +1,6 @@
package com.wgh;
public class UserForm
{
public String username;
}