DeviceManager/DeviceRepair.Models/Common/SfcParams.cs

10 lines
219 B
C#
Raw Permalink Normal View History

2024-05-29 01:56:37 +00:00
namespace DeviceRepair.Models.Common
{
public class SfcParams
{
public string LoginCode { get; set; }
public string Password { get; set; }
public string inParams { get; set; }
}
}