dengjunjie
2025-02-11 8467804705615f7614c29e7ef7ac3e99f5c13a54
项目代码/WMS/WIDESEA_WMSServer/WIDESEA_Model/LoginInfo.cs
对比新文件
@@ -0,0 +1,15 @@
锘縰sing System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace WIDESEA_Model
{
    public class LoginInfo
    {
        public string UserName { get; set; }
        public string Password { get; set; }
    }
}