using DataEntity.Sockets; using DataEntity.Sockets.Base; namespace DataEntity.Sockets.TakePhoto { /// /// Model /// public class Model { /// /// 使用模型类型 /// public int model_type { get; set; } } }