liaoxujun@qq.com
2024-03-04 29045b28aed633b6fc3a5d8644a444c9726b4e17
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/***********************************************************************
 *            Project: CoreCms
 *        ProjectName: 百分兵法管理系统                               
 *                Web: hhtp://chuanyin.com                     
 *             Author:                                        
 *              Email:                               
 *         CreateTime: 202403/02   
 *        Description: 暂无
 ***********************************************************************/
 
namespace CoreCms.Net.Model.FromBody
{
    public class FMData
    {
        public string data { get; set; }
    }
}