2025-03-27 15:05:14 +08:00

14 lines
298 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
namespace Personnel.WebSite.Shanxi.Models
{
public class Result
{
public bool success { get; set; }
public string errorCode { get; set; }
public string msg { get; set; }
}
}