9 lines
191 B
C#
9 lines
191 B
C#
namespace RB_MES_API.Models.Pangu
|
|
{
|
|
public class PanguBreakJson
|
|
{
|
|
public bool Status { get; set; }=false;
|
|
public string Message { get; set; }=string.Empty;
|
|
}
|
|
}
|