不做码农 be515339fe ♻️代码重构
2023-09-02 17:55:34 +08:00

10 lines
202 B
C#

namespace ZR.Model.System.Dto
{
public class ScanDto
{
public string Uuid { get; set; }
public string State { get; set; }
public string DeviceId { get; set; }
}
}