😎增加实体类字段
This commit is contained in:
parent
20f3383f8f
commit
f081772d40
@ -73,6 +73,7 @@ public class DataValidationService : IDynamicApiController, ITransient
|
|||||||
/// <returns></returns>
|
/// <returns></returns>
|
||||||
public async Task<string> VerificationMaterial(long objId, string materialCode, string recordGuid)
|
public async Task<string> VerificationMaterial(long objId, string materialCode, string recordGuid)
|
||||||
{
|
{
|
||||||
|
await Task.Delay(0);
|
||||||
using var serviceScope = _scopeFactory.CreateScope();
|
using var serviceScope = _scopeFactory.CreateScope();
|
||||||
//var sysEnumService = serviceScope.ServiceProvider.GetRequiredService<SysEnumService>();
|
//var sysEnumService = serviceScope.ServiceProvider.GetRequiredService<SysEnumService>();
|
||||||
var db = serviceScope.ServiceProvider.GetRequiredService<ISqlSugarClient>().AsTenant().GetConnectionScope("启威星 1.94.4.74").CopyNew();
|
var db = serviceScope.ServiceProvider.GetRequiredService<ISqlSugarClient>().AsTenant().GetConnectionScope("启威星 1.94.4.74").CopyNew();
|
||||||
|
@ -497,4 +497,29 @@ public class Obj140
|
|||||||
[SugarColumn(ColumnName = "fld007039_Rec", ColumnDescription = "", Length = -1)]
|
[SugarColumn(ColumnName = "fld007039_Rec", ColumnDescription = "", Length = -1)]
|
||||||
public string? fld007039_Rec { get; set; }
|
public string? fld007039_Rec { get; set; }
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// 同步标识
|
||||||
|
/// </summary>
|
||||||
|
public string? fld007055 { get; set; }
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// 同步状态
|
||||||
|
/// </summary>
|
||||||
|
public string? fld007056 { get; set; }
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// 同步信息
|
||||||
|
/// </summary>
|
||||||
|
public string? fld007057 { get; set; }
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// 同步时间
|
||||||
|
/// </summary>
|
||||||
|
public DateTime? fld007058 { get; set; }
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// 解决方案确定
|
||||||
|
/// </summary>
|
||||||
|
public string? fld006992 { get; set; }
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user