qqq
This commit is contained in:
8
Models/Pangu/PanguBreakJson.cs
Normal file
8
Models/Pangu/PanguBreakJson.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace RB_MES_API.Models.Pangu
|
||||
{
|
||||
public class PanguBreakJson
|
||||
{
|
||||
public bool Status { get; set; }=false;
|
||||
public string Message { get; set; }=string.Empty;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user