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:57
*/
#endregion 文件说明
namespace WellWorkDataUI
{
/// <summary>
/// The simple well.
/// </summary>
public class SimpleWell
public double X { get; set; }
public double Y { get; set; }
public string JH { get; set; }
}