panel
This commit is contained in:
13
NetPanel.Entity/ReturnMsg.cs
Normal file
13
NetPanel.Entity/ReturnMsg.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace NetPanel.Entity
|
||||
{
|
||||
public class ReturnMsg
|
||||
{
|
||||
public int Code { get; set; }
|
||||
public object Msg { get; set; }
|
||||
public object Obj { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user