diff --git a/admin.net.pro/Admin.NET/Vistar.Application/Entity/ConfigurationData.cs b/admin.net.pro/Admin.NET/Vistar.Application/Entity/ConfigurationData.cs index bc11ff8..d5210f9 100644 --- a/admin.net.pro/Admin.NET/Vistar.Application/Entity/ConfigurationData.cs +++ b/admin.net.pro/Admin.NET/Vistar.Application/Entity/ConfigurationData.cs @@ -5,6 +5,7 @@ // 不得利用本项目从事危害国家安全、扰乱社会秩序、侵犯他人合法权益等法律法规禁止的活动!任何基于本项目二次开发而产生的一切法律纠纷和责任,我们不承担任何责任! using Admin.NET.Core; +using Elastic.Clients.Elasticsearch.LicenseManagement; using SqlSugar; using System.ComponentModel.DataAnnotations; namespace Vistar.Application.Entity; @@ -563,4 +564,38 @@ public class ConfigurationData /// [SugarColumn(ColumnName = "fld005586", ColumnDescription = "", Length = -1)] public string? fld005586 { get; set; } + + /// l + /// + /// + [SugarColumn(ColumnName = "fld005577", ColumnDescription = "", Length = -1)] + public string? fld005577 { get; set; } + public string? fld005541 { get; set; } + public string? fld005542 { get; set; } + public string? fld005543 { get; set; } + public string? fld005544 { get; set; } + public string? fld005545 { get; set; } + public string? fld005546 { get; set; } + public string? fld005547 { get; set; } + + /// + /// 工时 + /// + public string fld005571 { get; set; } + /// + /// 工时单位 + /// + public string fld005572 { get; set; } + /// + /// 控制码 + /// + public string fld005573 { get; set; } + /// + /// 组号 + /// + public string fld005574 { get; set; } + /// + /// 基本数量 + /// + public string fld005575 { get; set; } }