udpate login.html
This commit is contained in:
19
SubProject/FCOMMON/Models/UserModel.cs
Normal file
19
SubProject/FCOMMON/Models/UserModel.cs
Normal file
@@ -0,0 +1,19 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace FCOMMON.Models
|
||||
{
|
||||
public class UserModel
|
||||
{
|
||||
public string id { get; set; }
|
||||
public string password { get; set; }
|
||||
public string name { get; set; }
|
||||
public string grade { get; set; }
|
||||
public string email { get; set; }
|
||||
public string hp { get; set; }
|
||||
public string tel { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user