using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace VOL.Model.Ai.Request { /// /// 获取APP版本信息 /// public class Ai_AppVersionRequest : Ai_Request { /// /// app类型 /// public int AppType { get; set; } } }