zrg
2025-07-16 b82fd1f99e3a3fc5d56c1930c33a08989571f9ac
WebAPI/Models/ClsGy_PNLInfo.cs
@@ -7,12 +7,38 @@
{
    public class ClsGy_PNLInfo
    {
        public int HInterID { get; set; }  // 标识ID
        public string HLayOutName  { get; set; } // PNL布局名称
        public string HIcon { get; set; } // PCS图标
        public int HRowCount { get; set; } // 行数
        public int HColCount { get; set; } // 列数
        public string HMaker { get; set; } // 创建人
        public DateTime HMakeDate { get; set; } // 创建时间
        public int HInterID { get; set; }
        public string HLayOutName { get; set; }
        public string HIcon { get; set; }
        public int HRowCount { get; set; }
        public int HColCount { get; set; }
        public string HMaker { get; set; }
        public DateTime HMakeDate { get; set; }
        public decimal HPNLPositionX { get; set; }
        public decimal HPNLPositionY { get; set; }
        public string HModifyMan { get; set; }
        public DateTime? HModifyDate { get; set; }
        public string HStopMan { get; set; }
        public DateTime? HStopDate { get; set; }
        public string HCheckMan { get; set; }
        public DateTime? HCkeckDate { get; set; }
        public decimal HPNLPosition_x { get; set; }
        public decimal HPNLPosition_y { get; set; }
    }
}