namespace Service.Cloud.Msg;
public class Model<T> where T : ICmd
{
public T body { get; set; }
public string dataSign { get; set; }
}