lixiaojun
2023-11-02 cee1c6bf2c5c03c0beadcc9c8f720b03589f83a3
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
namespace Yw.Settings
{
    /// <summary>
    /// 
    /// </summary>
    public class Paras_Curve
    {
 
        /// <summary>
        /// 数据库
        /// </summary>
        public Paras_Curve_DataBase DataBase { get; set; }
 
 
    }
}