[fix]支持新版Remoting和星尘,此时HttpConfigProvider是Remoting的ClientBase,而不是ApiHttpClient
大石头 编写于 2024-07-03 18:52:24 石头 提交于 2024-07-06 08:56:36
X
using System;

namespace MobileApp.Models
{
    public class Item
    {
        public string Id { get; set; }
        public string Text { get; set; }
        public string Description { get; set; }
    }
}