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.

29 lines
691 B
C#

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

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; }
}
}