😎Bom表实体类增加字段
This commit is contained in:
parent
6b18a36096
commit
09eb234848
@ -5,6 +5,7 @@
|
|||||||
// 不得利用本项目从事危害国家安全、扰乱社会秩序、侵犯他人合法权益等法律法规禁止的活动!任何基于本项目二次开发而产生的一切法律纠纷和责任,我们不承担任何责任!
|
// 不得利用本项目从事危害国家安全、扰乱社会秩序、侵犯他人合法权益等法律法规禁止的活动!任何基于本项目二次开发而产生的一切法律纠纷和责任,我们不承担任何责任!
|
||||||
|
|
||||||
using Admin.NET.Core;
|
using Admin.NET.Core;
|
||||||
|
using Elastic.Clients.Elasticsearch.LicenseManagement;
|
||||||
using SqlSugar;
|
using SqlSugar;
|
||||||
using System.ComponentModel.DataAnnotations;
|
using System.ComponentModel.DataAnnotations;
|
||||||
namespace Vistar.Application.Entity;
|
namespace Vistar.Application.Entity;
|
||||||
@ -563,4 +564,38 @@ public class ConfigurationData
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
[SugarColumn(ColumnName = "fld005586", ColumnDescription = "", Length = -1)]
|
[SugarColumn(ColumnName = "fld005586", ColumnDescription = "", Length = -1)]
|
||||||
public string? fld005586 { get; set; }
|
public string? fld005586 { get; set; }
|
||||||
|
|
||||||
|
/// <summary>l
|
||||||
|
///
|
||||||
|
/// </summary>
|
||||||
|
[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; }
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// 工时
|
||||||
|
/// </summary>
|
||||||
|
public string fld005571 { get; set; }
|
||||||
|
/// <summary>
|
||||||
|
/// 工时单位
|
||||||
|
/// </summary>
|
||||||
|
public string fld005572 { get; set; }
|
||||||
|
/// <summary>
|
||||||
|
/// 控制码
|
||||||
|
/// </summary>
|
||||||
|
public string fld005573 { get; set; }
|
||||||
|
/// <summary>
|
||||||
|
/// 组号
|
||||||
|
/// </summary>
|
||||||
|
public string fld005574 { get; set; }
|
||||||
|
/// <summary>
|
||||||
|
/// 基本数量
|
||||||
|
/// </summary>
|
||||||
|
public string fld005575 { get; set; }
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user