CrabtreeOn,印度客户定制APP,迁移2.0平台版本
陈嘉乐
2021-03-03 91c2194fce3958afed333119c3aeed3c49ef6bcf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
using System;
 
namespace Shared
{
    [Serializable]
    public class BackupInfoRes
    {
        public int Id { get; set; }
 
        public string FileName { get; set; }
    }
 
    
}