AccountAuthorization/LKJCpowerSupplyOfficeSimula.../Competition.Mysql/api/Post/update_user_info.cs

18 lines
385 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Competition.Mysql.api.Post
{
public class update_user_info
{
public string LoginId { get; set; }
public string UserId { get; set; }
public string UserName { get; set; }
public string PassWord { get; set; }
}
}