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 { /// /// The simple well. /// public class SimpleWell { public double X { get; set; } public double Y { get; set; } public string JH { get; set; } } }