Compare commits
No commits in common. "885ea5b4fe5daedf81592a3d19ebf72ebfe48a8a" and "6b18a360962b1a3ed5bdfd8d6549af9f4c626a07" have entirely different histories.
885ea5b4fe
...
6b18a36096
@ -5,7 +5,6 @@
|
|||||||
// 不得利用本项目从事危害国家安全、扰乱社会秩序、侵犯他人合法权益等法律法规禁止的活动!任何基于本项目二次开发而产生的一切法律纠纷和责任,我们不承担任何责任!
|
// 不得利用本项目从事危害国家安全、扰乱社会秩序、侵犯他人合法权益等法律法规禁止的活动!任何基于本项目二次开发而产生的一切法律纠纷和责任,我们不承担任何责任!
|
||||||
|
|
||||||
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;
|
||||||
@ -564,38 +563,4 @@ 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; }
|
|
||||||
}
|
}
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user