namespace Stary.Evo.Editor.Entity { public class ModelLibraryResponses { /// /// id /// public string id { get; set; } /// /// 名称 /// public string Name { get; set; } /// /// 模型类别 /// public string ModelType { get; set; } /// /// 使用场景类别 /// public string ScenarioType { get; set; } /// /// 产品包路径 /// public string DocumentFileid { get; set; } } }