应用部署高级搜索
智能石头 authored at 2021-04-23 14:14:30
306.00 B
Stardust
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;

namespace Stardust.Web.Models
{
    public class SelectAppModel
    {
        public String Id { get; set; }

        public String Category { get; set; }

        public Int32 AppId { get; set; }
    }
}