You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
|
using System;
|
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
|
using System.Linq;
|
|
|
|
|
|
using System.Text;
|
|
|
|
|
|
using System.Threading.Tasks;
|
|
|
|
|
|
|
|
|
|
|
|
#region 文件说明
|
|
|
|
|
|
/*-----------------------------------------------------
|
|
|
|
|
|
* 版权所有 (c) 2024 jdfcd
|
|
|
|
|
|
* CLR版本 4.0.30319.42000
|
|
|
|
|
|
* 命名空间 DQ.Construction.NewLook.Utility
|
|
|
|
|
|
*
|
|
|
|
|
|
* 创建者:pnpe
|
|
|
|
|
|
* 电子邮件:pnpe@qq.com
|
|
|
|
|
|
* 创建时间:2024/7/6 17:39:27
|
|
|
|
|
|
*/
|
|
|
|
|
|
#endregion 文件说明
|
|
|
|
|
|
namespace WellWorkDataUI
|
|
|
|
|
|
{
|
|
|
|
|
|
public class SimpleDeflection
|
|
|
|
|
|
{
|
|
|
|
|
|
public string JH { get; set; }
|
|
|
|
|
|
public double BZB { get; set; }
|
|
|
|
|
|
public double DZB { get; set; }
|
|
|
|
|
|
public double JS { get; set; }
|
|
|
|
|
|
public double CS { get; set; }
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|