79 changed files with 7815 additions and 38 deletions
@ -1,2 +1,3 @@ |
|||||
**/node_modules/ |
**/node_modules/ |
||||
/be/Hosts/Wms.Host/Win_in.Sfs.Wms.Store.HttpApi.Host/Properties/PublishProfiles/FolderProfile3.pubxml |
/be/Hosts/Wms.Host/Win_in.Sfs.Wms.Store.HttpApi.Host/Properties/PublishProfiles/FolderProfile3.pubxml |
||||
|
/be/Hosts/Auth.Host/src/Win_in.Sfs.Auth.Web/.config |
||||
|
@ -0,0 +1,81 @@ |
|||||
|
using System; |
||||
|
using Volo.Abp.Application.Dtos; |
||||
|
|
||||
|
namespace Dy_Exchange.Z_Business.Dtos; |
||||
|
|
||||
|
/// <summary>
|
||||
|
/// 日志
|
||||
|
/// </summary>
|
||||
|
[Serializable] |
||||
|
public class ArchivedIncomingToWmDto : AuditedEntityDto<Guid> |
||||
|
{ |
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public long Number { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public string? Remark { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public string? DataType { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public int DataAction { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public DateTime EffectiveDate { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public int Status { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public string? DataIdentityCode { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public string? DataContent { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public string? SourceSystem { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public DateTime WriteTime { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public DateTime? ReadTime { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public int ErrorCode { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public string? ErrorMessage { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public int RetryTimes { get; set; } |
||||
|
} |
@ -0,0 +1,126 @@ |
|||||
|
using System; |
||||
|
using Volo.Abp.Application.Dtos; |
||||
|
|
||||
|
namespace Dy_Exchange.Z_Business.Dtos; |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[Serializable] |
||||
|
public class ArchivedOutgoingToExternalDto : AuditedEntityDto<Guid> |
||||
|
{ |
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public long Number { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public string? Remark { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public string? DataType { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public int TableType { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public int DataAction { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public DateTime EffectiveDate { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public int Status { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public string? SourceSystem { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public string? SourceDataId { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public string? SourceDataGroupCode { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public string? SourceDataDetailCode { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public string? SourceDataContent { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public DateTime WriteTime { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public string? Writer { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public string? DestinationDataId { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public string? DestinationDataContent { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public string? DestinationSystem { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public DateTime? ReadTime { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public string? Reader { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public int ErrorCode { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public string? ErrorMessage { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public int RetryTimes { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public string? SerialNumber { get; set; } |
||||
|
} |
@ -0,0 +1,92 @@ |
|||||
|
using System; |
||||
|
using System.ComponentModel; |
||||
|
|
||||
|
namespace Dy_Exchange.Z_Business.Dtos; |
||||
|
|
||||
|
[Serializable] |
||||
|
public class CreateUpdateArchivedIncomingToWmDto |
||||
|
{ |
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("ArchivedIncomingToWmNumber")] |
||||
|
public long Number { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("ArchivedIncomingToWmRemark")] |
||||
|
public string? Remark { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("ArchivedIncomingToWmDataType")] |
||||
|
public string? DataType { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("ArchivedIncomingToWmDataAction")] |
||||
|
public int DataAction { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("ArchivedIncomingToWmEffectiveDate")] |
||||
|
public DateTime EffectiveDate { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("ArchivedIncomingToWmStatus")] |
||||
|
public int Status { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("ArchivedIncomingToWmDataIdentityCode")] |
||||
|
public string? DataIdentityCode { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("ArchivedIncomingToWmDataContent")] |
||||
|
public string? DataContent { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("ArchivedIncomingToWmSourceSystem")] |
||||
|
public string? SourceSystem { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("ArchivedIncomingToWmWriteTime")] |
||||
|
public DateTime WriteTime { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("ArchivedIncomingToWmReadTime")] |
||||
|
public DateTime? ReadTime { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("ArchivedIncomingToWmErrorCode")] |
||||
|
public int ErrorCode { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("ArchivedIncomingToWmErrorMessage")] |
||||
|
public string? ErrorMessage { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("ArchivedIncomingToWmRetryTimes")] |
||||
|
public int RetryTimes { get; set; } |
||||
|
} |
@ -0,0 +1,146 @@ |
|||||
|
using System; |
||||
|
using System.ComponentModel; |
||||
|
|
||||
|
namespace Dy_Exchange.Z_Business.Dtos; |
||||
|
|
||||
|
[Serializable] |
||||
|
public class CreateUpdateArchivedOutgoingToExternalDto |
||||
|
{ |
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("ArchivedOutgoingToExternalNumber")] |
||||
|
public long Number { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("ArchivedOutgoingToExternalRemark")] |
||||
|
public string? Remark { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("ArchivedOutgoingToExternalDataType")] |
||||
|
public string? DataType { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("ArchivedOutgoingToExternalTableType")] |
||||
|
public int TableType { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("ArchivedOutgoingToExternalDataAction")] |
||||
|
public int DataAction { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("ArchivedOutgoingToExternalEffectiveDate")] |
||||
|
public DateTime EffectiveDate { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("ArchivedOutgoingToExternalStatus")] |
||||
|
public int Status { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("ArchivedOutgoingToExternalSourceSystem")] |
||||
|
public string? SourceSystem { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("ArchivedOutgoingToExternalSourceDataId")] |
||||
|
public string? SourceDataId { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("ArchivedOutgoingToExternalSourceDataGroupCode")] |
||||
|
public string? SourceDataGroupCode { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("ArchivedOutgoingToExternalSourceDataDetailCode")] |
||||
|
public string? SourceDataDetailCode { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("ArchivedOutgoingToExternalSourceDataContent")] |
||||
|
public string? SourceDataContent { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("ArchivedOutgoingToExternalWriteTime")] |
||||
|
public DateTime WriteTime { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("ArchivedOutgoingToExternalWriter")] |
||||
|
public string? Writer { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("ArchivedOutgoingToExternalDestinationDataId")] |
||||
|
public string? DestinationDataId { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("ArchivedOutgoingToExternalDestinationDataContent")] |
||||
|
public string? DestinationDataContent { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("ArchivedOutgoingToExternalDestinationSystem")] |
||||
|
public string? DestinationSystem { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("ArchivedOutgoingToExternalReadTime")] |
||||
|
public DateTime? ReadTime { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("ArchivedOutgoingToExternalReader")] |
||||
|
public string? Reader { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("ArchivedOutgoingToExternalErrorCode")] |
||||
|
public int ErrorCode { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("ArchivedOutgoingToExternalErrorMessage")] |
||||
|
public string? ErrorMessage { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("ArchivedOutgoingToExternalRetryTimes")] |
||||
|
public int RetryTimes { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("ArchivedOutgoingToExternalSerialNumber")] |
||||
|
public string? SerialNumber { get; set; } |
||||
|
} |
@ -0,0 +1,140 @@ |
|||||
|
using System; |
||||
|
using System.ComponentModel; |
||||
|
|
||||
|
namespace Dy_Exchange.Z_Business.Dtos; |
||||
|
|
||||
|
[Serializable] |
||||
|
public class CreateUpdateDataExchangeArchivedIncomingFromExternalDto |
||||
|
{ |
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("DataExchangeArchivedIncomingFromExternalNumber")] |
||||
|
public long Number { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("DataExchangeArchivedIncomingFromExternalRemark")] |
||||
|
public string? Remark { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("DataExchangeArchivedIncomingFromExternalDataType")] |
||||
|
public string DataType { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("DataExchangeArchivedIncomingFromExternalTableType")] |
||||
|
public int TableType { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("DataExchangeArchivedIncomingFromExternalDataAction")] |
||||
|
public int DataAction { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("DataExchangeArchivedIncomingFromExternalEffectiveDate")] |
||||
|
public DateTime EffectiveDate { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("DataExchangeArchivedIncomingFromExternalStatus")] |
||||
|
public string Status { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("DataExchangeArchivedIncomingFromExternalSourceSystem")] |
||||
|
public string SourceSystem { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("DataExchangeArchivedIncomingFromExternalSourceDataId")] |
||||
|
public string SourceDataId { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("DataExchangeArchivedIncomingFromExternalSourceDataGroupCode")] |
||||
|
public string SourceDataGroupCode { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("DataExchangeArchivedIncomingFromExternalSourceDataDetailCode")] |
||||
|
public string? SourceDataDetailCode { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("DataExchangeArchivedIncomingFromExternalSourceDataContent")] |
||||
|
public string? SourceDataContent { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("DataExchangeArchivedIncomingFromExternalWriteTime")] |
||||
|
public DateTime WriteTime { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("DataExchangeArchivedIncomingFromExternalWriter")] |
||||
|
public string? Writer { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("DataExchangeArchivedIncomingFromExternalDestinationDataId")] |
||||
|
public string? DestinationDataId { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("DataExchangeArchivedIncomingFromExternalDestinationDataContent")] |
||||
|
public string? DestinationDataContent { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("DataExchangeArchivedIncomingFromExternalDestinationSystem")] |
||||
|
public string DestinationSystem { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("DataExchangeArchivedIncomingFromExternalReadTime")] |
||||
|
public DateTime? ReadTime { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("DataExchangeArchivedIncomingFromExternalReader")] |
||||
|
public string? Reader { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("DataExchangeArchivedIncomingFromExternalErrorCode")] |
||||
|
public string ErrorCode { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("DataExchangeArchivedIncomingFromExternalErrorMessage")] |
||||
|
public string? ErrorMessage { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("DataExchangeArchivedIncomingFromExternalRetryTimes")] |
||||
|
public int RetryTimes { get; set; } |
||||
|
} |
@ -0,0 +1,98 @@ |
|||||
|
using System; |
||||
|
using System.ComponentModel; |
||||
|
|
||||
|
namespace Dy_Exchange.Z_Business.Dtos; |
||||
|
|
||||
|
[Serializable] |
||||
|
public class CreateUpdateDataExchangeArchivedOutgoingFromWmDto |
||||
|
{ |
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("DataExchangeArchivedOutgoingFromWmNumber")] |
||||
|
public long Number { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("DataExchangeArchivedOutgoingFromWmRemark")] |
||||
|
public string? Remark { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("DataExchangeArchivedOutgoingFromWmDataType")] |
||||
|
public string DataType { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("DataExchangeArchivedOutgoingFromWmDataAction")] |
||||
|
public int DataAction { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("DataExchangeArchivedOutgoingFromWmEffectiveDate")] |
||||
|
public DateTime EffectiveDate { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("DataExchangeArchivedOutgoingFromWmStatus")] |
||||
|
public string Status { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("DataExchangeArchivedOutgoingFromWmDataIdentityCode")] |
||||
|
public string DataIdentityCode { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("DataExchangeArchivedOutgoingFromWmDataContent")] |
||||
|
public string? DataContent { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("DataExchangeArchivedOutgoingFromWmSourceSystem")] |
||||
|
public string? SourceSystem { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("DataExchangeArchivedOutgoingFromWmWriteTime")] |
||||
|
public DateTime WriteTime { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("DataExchangeArchivedOutgoingFromWmReadTime")] |
||||
|
public DateTime? ReadTime { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("DataExchangeArchivedOutgoingFromWmErrorCode")] |
||||
|
public string ErrorCode { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("DataExchangeArchivedOutgoingFromWmErrorMessage")] |
||||
|
public string? ErrorMessage { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("DataExchangeArchivedOutgoingFromWmRetryTimes")] |
||||
|
public int RetryTimes { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("DataExchangeArchivedOutgoingFromWmTyrpNumber")] |
||||
|
public string? TyrpNumber { get; set; } |
||||
|
} |
@ -0,0 +1,140 @@ |
|||||
|
using System; |
||||
|
using System.ComponentModel; |
||||
|
|
||||
|
namespace Dy_Exchange.Z_Business.Dtos; |
||||
|
|
||||
|
[Serializable] |
||||
|
public class CreateUpdateDataExchangeIncomingFromExternalDto |
||||
|
{ |
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("DataExchangeIncomingFromExternalNumber")] |
||||
|
public long Number { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("DataExchangeIncomingFromExternalRemark")] |
||||
|
public string? Remark { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("DataExchangeIncomingFromExternalDataType")] |
||||
|
public string DataType { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("DataExchangeIncomingFromExternalTableType")] |
||||
|
public int TableType { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("DataExchangeIncomingFromExternalDataAction")] |
||||
|
public int DataAction { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("DataExchangeIncomingFromExternalEffectiveDate")] |
||||
|
public DateTime EffectiveDate { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("DataExchangeIncomingFromExternalStatus")] |
||||
|
public string Status { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("DataExchangeIncomingFromExternalSourceSystem")] |
||||
|
public string SourceSystem { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("DataExchangeIncomingFromExternalSourceDataId")] |
||||
|
public string SourceDataId { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("DataExchangeIncomingFromExternalSourceDataGroupCode")] |
||||
|
public string SourceDataGroupCode { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("DataExchangeIncomingFromExternalSourceDataDetailCode")] |
||||
|
public string? SourceDataDetailCode { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("DataExchangeIncomingFromExternalSourceDataContent")] |
||||
|
public string? SourceDataContent { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("DataExchangeIncomingFromExternalWriteTime")] |
||||
|
public DateTime WriteTime { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("DataExchangeIncomingFromExternalWriter")] |
||||
|
public string? Writer { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("DataExchangeIncomingFromExternalDestinationDataId")] |
||||
|
public string? DestinationDataId { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("DataExchangeIncomingFromExternalDestinationDataContent")] |
||||
|
public string? DestinationDataContent { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("DataExchangeIncomingFromExternalDestinationSystem")] |
||||
|
public string DestinationSystem { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("DataExchangeIncomingFromExternalReadTime")] |
||||
|
public DateTime? ReadTime { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("DataExchangeIncomingFromExternalReader")] |
||||
|
public string? Reader { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("DataExchangeIncomingFromExternalErrorCode")] |
||||
|
public string ErrorCode { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("DataExchangeIncomingFromExternalErrorMessage")] |
||||
|
public string? ErrorMessage { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("DataExchangeIncomingFromExternalRetryTimes")] |
||||
|
public int RetryTimes { get; set; } |
||||
|
} |
@ -0,0 +1,56 @@ |
|||||
|
using System; |
||||
|
using System.ComponentModel; |
||||
|
|
||||
|
namespace Dy_Exchange.Z_Business.Dtos; |
||||
|
|
||||
|
[Serializable] |
||||
|
public class CreateUpdateDataExchangeMessageReceiveDto |
||||
|
{ |
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("DataExchangeMessageReceiveMessageFileName")] |
||||
|
public string? MessageFileName { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("DataExchangeMessageReceiveMessageContent")] |
||||
|
public string? MessageContent { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("DataExchangeMessageReceiveReceiveStatus")] |
||||
|
public string ReceiveStatus { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("DataExchangeMessageReceiveReceiveTime")] |
||||
|
public DateTime ReceiveTime { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("DataExchangeMessageReceiveLastUpdateTime")] |
||||
|
public DateTime? LastUpdateTime { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("DataExchangeMessageReceiveErrorCount")] |
||||
|
public int? ErrorCount { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("DataExchangeMessageReceiveErrorMessage")] |
||||
|
public string? ErrorMessage { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("DataExchangeMessageReceiveType")] |
||||
|
public string? Type { get; set; } |
||||
|
} |
@ -0,0 +1,104 @@ |
|||||
|
using System; |
||||
|
using System.ComponentModel; |
||||
|
|
||||
|
namespace Dy_Exchange.Z_Business.Dtos; |
||||
|
|
||||
|
[Serializable] |
||||
|
public class CreateUpdateDataExchangeOutgoingFromWmDto |
||||
|
{ |
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("DataExchangeOutgoingFromWmNumber")] |
||||
|
public long Number { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("DataExchangeOutgoingFromWmDestinationSystem")] |
||||
|
public string DestinationSystem { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("DataExchangeOutgoingFromWmRemark")] |
||||
|
public string? Remark { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("DataExchangeOutgoingFromWmDataType")] |
||||
|
public string DataType { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("DataExchangeOutgoingFromWmDataAction")] |
||||
|
public int DataAction { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("DataExchangeOutgoingFromWmEffectiveDate")] |
||||
|
public DateTime EffectiveDate { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("DataExchangeOutgoingFromWmStatus")] |
||||
|
public string Status { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("DataExchangeOutgoingFromWmDataIdentityCode")] |
||||
|
public string DataIdentityCode { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("DataExchangeOutgoingFromWmDataContent")] |
||||
|
public string? DataContent { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("DataExchangeOutgoingFromWmSourceSystem")] |
||||
|
public string? SourceSystem { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("DataExchangeOutgoingFromWmWriteTime")] |
||||
|
public DateTime WriteTime { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("DataExchangeOutgoingFromWmReadTime")] |
||||
|
public DateTime? ReadTime { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("DataExchangeOutgoingFromWmErrorCode")] |
||||
|
public string ErrorCode { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("DataExchangeOutgoingFromWmErrorMessage")] |
||||
|
public string? ErrorMessage { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("DataExchangeOutgoingFromWmRetryTimes")] |
||||
|
public int RetryTimes { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("DataExchangeOutgoingFromWmTyrpNumber")] |
||||
|
public string? TyrpNumber { get; set; } |
||||
|
} |
@ -0,0 +1,92 @@ |
|||||
|
using System; |
||||
|
using System.ComponentModel; |
||||
|
|
||||
|
namespace Dy_Exchange.Z_Business.Dtos; |
||||
|
|
||||
|
[Serializable] |
||||
|
public class CreateUpdateIncomingToWmDto |
||||
|
{ |
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("IncomingToWmNumber")] |
||||
|
public long Number { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("IncomingToWmRemark")] |
||||
|
public string? Remark { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("IncomingToWmDataType")] |
||||
|
public string? DataType { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("IncomingToWmDataAction")] |
||||
|
public int DataAction { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("IncomingToWmEffectiveDate")] |
||||
|
public DateTime EffectiveDate { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("IncomingToWmStatus")] |
||||
|
public int Status { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("IncomingToWmDataIdentityCode")] |
||||
|
public string? DataIdentityCode { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("IncomingToWmDataContent")] |
||||
|
public string? DataContent { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("IncomingToWmSourceSystem")] |
||||
|
public string? SourceSystem { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("IncomingToWmWriteTime")] |
||||
|
public DateTime WriteTime { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("IncomingToWmReadTime")] |
||||
|
public DateTime? ReadTime { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("IncomingToWmErrorCode")] |
||||
|
public int ErrorCode { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("IncomingToWmErrorMessage")] |
||||
|
public string? ErrorMessage { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("IncomingToWmRetryTimes")] |
||||
|
public int RetryTimes { get; set; } |
||||
|
} |
@ -0,0 +1,146 @@ |
|||||
|
using System; |
||||
|
using System.ComponentModel; |
||||
|
|
||||
|
namespace Dy_Exchange.Z_Business.Dtos; |
||||
|
|
||||
|
[Serializable] |
||||
|
public class CreateUpdateOutgoingToExternalDto |
||||
|
{ |
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("OutgoingToExternalNumber")] |
||||
|
public long Number { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("OutgoingToExternalRemark")] |
||||
|
public string? Remark { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("OutgoingToExternalDataType")] |
||||
|
public string? DataType { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("OutgoingToExternalTableType")] |
||||
|
public int TableType { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("OutgoingToExternalDataAction")] |
||||
|
public int DataAction { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("OutgoingToExternalEffectiveDate")] |
||||
|
public DateTime EffectiveDate { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("OutgoingToExternalStatus")] |
||||
|
public int Status { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("OutgoingToExternalSourceSystem")] |
||||
|
public string? SourceSystem { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("OutgoingToExternalSourceDataId")] |
||||
|
public string? SourceDataId { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("OutgoingToExternalSourceDataGroupCode")] |
||||
|
public string? SourceDataGroupCode { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("OutgoingToExternalSourceDataDetailCode")] |
||||
|
public string? SourceDataDetailCode { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("OutgoingToExternalSourceDataContent")] |
||||
|
public string? SourceDataContent { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("OutgoingToExternalWriteTime")] |
||||
|
public DateTime WriteTime { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("OutgoingToExternalWriter")] |
||||
|
public string? Writer { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("OutgoingToExternalDestinationDataId")] |
||||
|
public string? DestinationDataId { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("OutgoingToExternalDestinationDataContent")] |
||||
|
public string? DestinationDataContent { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("OutgoingToExternalDestinationSystem")] |
||||
|
public string? DestinationSystem { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("OutgoingToExternalReadTime")] |
||||
|
public DateTime? ReadTime { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("OutgoingToExternalReader")] |
||||
|
public string? Reader { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("OutgoingToExternalErrorCode")] |
||||
|
public int ErrorCode { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("OutgoingToExternalErrorMessage")] |
||||
|
public string? ErrorMessage { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("OutgoingToExternalRetryTimes")] |
||||
|
public int RetryTimes { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[DisplayName("OutgoingToExternalSerialNumber")] |
||||
|
public string? SerialNumber { get; set; } |
||||
|
} |
@ -0,0 +1,121 @@ |
|||||
|
using System; |
||||
|
using Volo.Abp.Application.Dtos; |
||||
|
|
||||
|
namespace Dy_Exchange.Z_Business.Dtos; |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[Serializable] |
||||
|
public class DataExchangeArchivedIncomingFromExternalDto : AuditedEntityDto<Guid> |
||||
|
{ |
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public long Number { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public string? Remark { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public string DataType { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public int TableType { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public int DataAction { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public DateTime EffectiveDate { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public string Status { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public string SourceSystem { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public string SourceDataId { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public string SourceDataGroupCode { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public string? SourceDataDetailCode { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public string? SourceDataContent { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public DateTime WriteTime { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public string? Writer { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public string? DestinationDataId { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public string? DestinationDataContent { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public string DestinationSystem { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public DateTime? ReadTime { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public string? Reader { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public string ErrorCode { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public string? ErrorMessage { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public int RetryTimes { get; set; } |
||||
|
} |
@ -0,0 +1,86 @@ |
|||||
|
using System; |
||||
|
using Volo.Abp.Application.Dtos; |
||||
|
|
||||
|
namespace Dy_Exchange.Z_Business.Dtos; |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[Serializable] |
||||
|
public class DataExchangeArchivedOutgoingFromWmDto : AuditedEntityDto<Guid> |
||||
|
{ |
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public long Number { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public string? Remark { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public string DataType { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public int DataAction { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public DateTime EffectiveDate { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public string Status { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public string DataIdentityCode { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public string? DataContent { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public string? SourceSystem { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public DateTime WriteTime { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public DateTime? ReadTime { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public string ErrorCode { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public string? ErrorMessage { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public int RetryTimes { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public string? TyrpNumber { get; set; } |
||||
|
} |
@ -0,0 +1,121 @@ |
|||||
|
using System; |
||||
|
using Volo.Abp.Application.Dtos; |
||||
|
|
||||
|
namespace Dy_Exchange.Z_Business.Dtos; |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[Serializable] |
||||
|
public class DataExchangeIncomingFromExternalDto : AuditedEntityDto<Guid> |
||||
|
{ |
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public long Number { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public string? Remark { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public string DataType { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public int TableType { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public int DataAction { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public DateTime EffectiveDate { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public string Status { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public string SourceSystem { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public string SourceDataId { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public string SourceDataGroupCode { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public string? SourceDataDetailCode { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public string? SourceDataContent { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public DateTime WriteTime { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public string? Writer { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public string? DestinationDataId { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public string? DestinationDataContent { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public string DestinationSystem { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public DateTime? ReadTime { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public string? Reader { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public string ErrorCode { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public string? ErrorMessage { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public int RetryTimes { get; set; } |
||||
|
} |
@ -0,0 +1,51 @@ |
|||||
|
using System; |
||||
|
using Volo.Abp.Application.Dtos; |
||||
|
|
||||
|
namespace Dy_Exchange.Z_Business.Dtos; |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[Serializable] |
||||
|
public class DataExchangeMessageReceiveDto : AuditedEntityDto<Guid> |
||||
|
{ |
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public string? MessageFileName { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public string? MessageContent { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public string ReceiveStatus { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public DateTime ReceiveTime { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public DateTime? LastUpdateTime { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public int? ErrorCount { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public string? ErrorMessage { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public string? Type { get; set; } |
||||
|
} |
@ -0,0 +1,91 @@ |
|||||
|
using System; |
||||
|
using Volo.Abp.Application.Dtos; |
||||
|
|
||||
|
namespace Dy_Exchange.Z_Business.Dtos; |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[Serializable] |
||||
|
public class DataExchangeOutgoingFromWmDto : AuditedEntityDto<Guid> |
||||
|
{ |
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public long Number { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public string DestinationSystem { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public string? Remark { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public string DataType { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public int DataAction { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public DateTime EffectiveDate { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public string Status { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public string DataIdentityCode { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public string? DataContent { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public string? SourceSystem { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public DateTime WriteTime { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public DateTime? ReadTime { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public string ErrorCode { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public string? ErrorMessage { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public int RetryTimes { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public string? TyrpNumber { get; set; } |
||||
|
} |
@ -0,0 +1,81 @@ |
|||||
|
using System; |
||||
|
using Volo.Abp.Application.Dtos; |
||||
|
|
||||
|
namespace Dy_Exchange.Z_Business.Dtos; |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[Serializable] |
||||
|
public class IncomingToWmDto : AuditedEntityDto<Guid> |
||||
|
{ |
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public long Number { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public string? Remark { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public string? DataType { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public int DataAction { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public DateTime EffectiveDate { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public int Status { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public string? DataIdentityCode { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public string? DataContent { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public string? SourceSystem { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public DateTime WriteTime { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public DateTime? ReadTime { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public int ErrorCode { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public string? ErrorMessage { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public int RetryTimes { get; set; } |
||||
|
} |
@ -0,0 +1,126 @@ |
|||||
|
using System; |
||||
|
using Volo.Abp.Application.Dtos; |
||||
|
|
||||
|
namespace Dy_Exchange.Z_Business.Dtos; |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
[Serializable] |
||||
|
public class OutgoingToExternalDto : AuditedEntityDto<Guid> |
||||
|
{ |
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public long Number { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public string? Remark { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public string? DataType { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public int TableType { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public int DataAction { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public DateTime EffectiveDate { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public int Status { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public string? SourceSystem { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public string? SourceDataId { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public string? SourceDataGroupCode { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public string? SourceDataDetailCode { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public string? SourceDataContent { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public DateTime WriteTime { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public string? Writer { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public string? DestinationDataId { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public string? DestinationDataContent { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public string? DestinationSystem { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public DateTime? ReadTime { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public string? Reader { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public int ErrorCode { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public string? ErrorMessage { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public int RetryTimes { get; set; } |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public string? SerialNumber { get; set; } |
||||
|
} |
@ -0,0 +1,21 @@ |
|||||
|
using System; |
||||
|
using Dy_Exchange.Z_Business.Dtos; |
||||
|
using Volo.Abp.Application.Dtos; |
||||
|
using Volo.Abp.Application.Services; |
||||
|
|
||||
|
namespace Dy_Exchange.Z_Business; |
||||
|
|
||||
|
|
||||
|
/// <summary>
|
||||
|
/// 日志
|
||||
|
/// </summary>
|
||||
|
public interface IArchivedIncomingToWmAppService : |
||||
|
ICrudAppService< |
||||
|
ArchivedIncomingToWmDto, |
||||
|
Guid, |
||||
|
PagedAndSortedResultRequestDto, |
||||
|
CreateUpdateArchivedIncomingToWmDto, |
||||
|
CreateUpdateArchivedIncomingToWmDto> |
||||
|
{ |
||||
|
|
||||
|
} |
@ -0,0 +1,21 @@ |
|||||
|
using System; |
||||
|
using Dy_Exchange.Z_Business.Dtos; |
||||
|
using Volo.Abp.Application.Dtos; |
||||
|
using Volo.Abp.Application.Services; |
||||
|
|
||||
|
namespace Dy_Exchange.Z_Business; |
||||
|
|
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public interface IArchivedOutgoingToExternalAppService : |
||||
|
ICrudAppService< |
||||
|
ArchivedOutgoingToExternalDto, |
||||
|
Guid, |
||||
|
PagedAndSortedResultRequestDto, |
||||
|
CreateUpdateArchivedOutgoingToExternalDto, |
||||
|
CreateUpdateArchivedOutgoingToExternalDto> |
||||
|
{ |
||||
|
|
||||
|
} |
@ -0,0 +1,21 @@ |
|||||
|
using System; |
||||
|
using Dy_Exchange.Z_Business.Dtos; |
||||
|
using Volo.Abp.Application.Dtos; |
||||
|
using Volo.Abp.Application.Services; |
||||
|
|
||||
|
namespace Dy_Exchange.Z_Business; |
||||
|
|
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public interface IDataExchangeArchivedIncomingFromExternalAppService : |
||||
|
ICrudAppService< |
||||
|
DataExchangeArchivedIncomingFromExternalDto, |
||||
|
Guid, |
||||
|
PagedAndSortedResultRequestDto, |
||||
|
CreateUpdateDataExchangeArchivedIncomingFromExternalDto, |
||||
|
CreateUpdateDataExchangeArchivedIncomingFromExternalDto> |
||||
|
{ |
||||
|
|
||||
|
} |
@ -0,0 +1,21 @@ |
|||||
|
using System; |
||||
|
using Dy_Exchange.Z_Business.Dtos; |
||||
|
using Volo.Abp.Application.Dtos; |
||||
|
using Volo.Abp.Application.Services; |
||||
|
|
||||
|
namespace Dy_Exchange.Z_Business; |
||||
|
|
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public interface IDataExchangeArchivedOutgoingFromWmAppService : |
||||
|
ICrudAppService< |
||||
|
DataExchangeArchivedOutgoingFromWmDto, |
||||
|
Guid, |
||||
|
PagedAndSortedResultRequestDto, |
||||
|
CreateUpdateDataExchangeArchivedOutgoingFromWmDto, |
||||
|
CreateUpdateDataExchangeArchivedOutgoingFromWmDto> |
||||
|
{ |
||||
|
|
||||
|
} |
@ -0,0 +1,21 @@ |
|||||
|
using System; |
||||
|
using Dy_Exchange.Z_Business.Dtos; |
||||
|
using Volo.Abp.Application.Dtos; |
||||
|
using Volo.Abp.Application.Services; |
||||
|
|
||||
|
namespace Dy_Exchange.Z_Business; |
||||
|
|
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public interface IDataExchangeIncomingFromExternalAppService : |
||||
|
ICrudAppService< |
||||
|
DataExchangeIncomingFromExternalDto, |
||||
|
Guid, |
||||
|
PagedAndSortedResultRequestDto, |
||||
|
CreateUpdateDataExchangeIncomingFromExternalDto, |
||||
|
CreateUpdateDataExchangeIncomingFromExternalDto> |
||||
|
{ |
||||
|
|
||||
|
} |
@ -0,0 +1,21 @@ |
|||||
|
using System; |
||||
|
using Dy_Exchange.Z_Business.Dtos; |
||||
|
using Volo.Abp.Application.Dtos; |
||||
|
using Volo.Abp.Application.Services; |
||||
|
|
||||
|
namespace Dy_Exchange.Z_Business; |
||||
|
|
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public interface IDataExchangeMessageReceiveAppService : |
||||
|
ICrudAppService< |
||||
|
DataExchangeMessageReceiveDto, |
||||
|
Guid, |
||||
|
PagedAndSortedResultRequestDto, |
||||
|
CreateUpdateDataExchangeMessageReceiveDto, |
||||
|
CreateUpdateDataExchangeMessageReceiveDto> |
||||
|
{ |
||||
|
|
||||
|
} |
@ -0,0 +1,21 @@ |
|||||
|
using System; |
||||
|
using Dy_Exchange.Z_Business.Dtos; |
||||
|
using Volo.Abp.Application.Dtos; |
||||
|
using Volo.Abp.Application.Services; |
||||
|
|
||||
|
namespace Dy_Exchange.Z_Business; |
||||
|
|
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public interface IDataExchangeOutgoingFromWmAppService : |
||||
|
ICrudAppService< |
||||
|
DataExchangeOutgoingFromWmDto, |
||||
|
Guid, |
||||
|
PagedAndSortedResultRequestDto, |
||||
|
CreateUpdateDataExchangeOutgoingFromWmDto, |
||||
|
CreateUpdateDataExchangeOutgoingFromWmDto> |
||||
|
{ |
||||
|
|
||||
|
} |
@ -0,0 +1,21 @@ |
|||||
|
using System; |
||||
|
using Dy_Exchange.Z_Business.Dtos; |
||||
|
using Volo.Abp.Application.Dtos; |
||||
|
using Volo.Abp.Application.Services; |
||||
|
|
||||
|
namespace Dy_Exchange.Z_Business; |
||||
|
|
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public interface IIncomingToWmAppService : |
||||
|
ICrudAppService< |
||||
|
IncomingToWmDto, |
||||
|
Guid, |
||||
|
PagedAndSortedResultRequestDto, |
||||
|
CreateUpdateIncomingToWmDto, |
||||
|
CreateUpdateIncomingToWmDto> |
||||
|
{ |
||||
|
|
||||
|
} |
@ -0,0 +1,21 @@ |
|||||
|
using System; |
||||
|
using Dy_Exchange.Z_Business.Dtos; |
||||
|
using Volo.Abp.Application.Dtos; |
||||
|
using Volo.Abp.Application.Services; |
||||
|
|
||||
|
namespace Dy_Exchange.Z_Business; |
||||
|
|
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public interface IOutgoingToExternalAppService : |
||||
|
ICrudAppService< |
||||
|
OutgoingToExternalDto, |
||||
|
Guid, |
||||
|
PagedAndSortedResultRequestDto, |
||||
|
CreateUpdateOutgoingToExternalDto, |
||||
|
CreateUpdateOutgoingToExternalDto> |
||||
|
{ |
||||
|
|
||||
|
} |
@ -0,0 +1,30 @@ |
|||||
|
using System; |
||||
|
using Dy_Exchange.Permissions; |
||||
|
using Dy_Exchange.Z_Business.Dtos; |
||||
|
using Volo.Abp.Application.Dtos; |
||||
|
using Volo.Abp.Application.Services; |
||||
|
using WinIn.FasterZ.Wms.AppBase; |
||||
|
|
||||
|
namespace Dy_Exchange.Z_Business; |
||||
|
|
||||
|
|
||||
|
/// <summary>
|
||||
|
/// 日志
|
||||
|
/// </summary>
|
||||
|
public class ArchivedIncomingToWmAppService : ZbxBase<ArchivedIncomingToWm, ArchivedIncomingToWmDto, Guid, PagedAndSortedResultRequestDto, CreateUpdateArchivedIncomingToWmDto, CreateUpdateArchivedIncomingToWmDto>, |
||||
|
IArchivedIncomingToWmAppService |
||||
|
{ |
||||
|
protected override string GetPolicyName { get; set; } = Dy_ExchangePermissions.ArchivedIncomingToWm.Default; |
||||
|
protected override string GetListPolicyName { get; set; } = Dy_ExchangePermissions.ArchivedIncomingToWm.Default; |
||||
|
protected override string CreatePolicyName { get; set; } = Dy_ExchangePermissions.ArchivedIncomingToWm.Create; |
||||
|
protected override string UpdatePolicyName { get; set; } = Dy_ExchangePermissions.ArchivedIncomingToWm.Update; |
||||
|
protected override string DeletePolicyName { get; set; } = Dy_ExchangePermissions.ArchivedIncomingToWm.Delete; |
||||
|
|
||||
|
private readonly IArchivedIncomingToWmRepository _repository; |
||||
|
|
||||
|
public ArchivedIncomingToWmAppService(IArchivedIncomingToWmRepository repository) : base(repository) |
||||
|
{ |
||||
|
_repository = repository; |
||||
|
} |
||||
|
|
||||
|
} |
@ -0,0 +1,30 @@ |
|||||
|
using System; |
||||
|
using Dy_Exchange.Permissions; |
||||
|
using Dy_Exchange.Z_Business.Dtos; |
||||
|
using Volo.Abp.Application.Dtos; |
||||
|
using Volo.Abp.Application.Services; |
||||
|
using WinIn.FasterZ.Wms.AppBase; |
||||
|
|
||||
|
namespace Dy_Exchange.Z_Business; |
||||
|
|
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public class ArchivedOutgoingToExternalAppService : ZbxBase<ArchivedOutgoingToExternal, ArchivedOutgoingToExternalDto, Guid, PagedAndSortedResultRequestDto, CreateUpdateArchivedOutgoingToExternalDto, CreateUpdateArchivedOutgoingToExternalDto>, |
||||
|
IArchivedOutgoingToExternalAppService |
||||
|
{ |
||||
|
protected override string GetPolicyName { get; set; } = Dy_ExchangePermissions.ArchivedOutgoingToExternal.Default; |
||||
|
protected override string GetListPolicyName { get; set; } = Dy_ExchangePermissions.ArchivedOutgoingToExternal.Default; |
||||
|
protected override string CreatePolicyName { get; set; } = Dy_ExchangePermissions.ArchivedOutgoingToExternal.Create; |
||||
|
protected override string UpdatePolicyName { get; set; } = Dy_ExchangePermissions.ArchivedOutgoingToExternal.Update; |
||||
|
protected override string DeletePolicyName { get; set; } = Dy_ExchangePermissions.ArchivedOutgoingToExternal.Delete; |
||||
|
|
||||
|
private readonly IArchivedOutgoingToExternalRepository _repository; |
||||
|
|
||||
|
public ArchivedOutgoingToExternalAppService(IArchivedOutgoingToExternalRepository repository) : base(repository) |
||||
|
{ |
||||
|
_repository = repository; |
||||
|
} |
||||
|
|
||||
|
} |
@ -0,0 +1,30 @@ |
|||||
|
using System; |
||||
|
using Dy_Exchange.Permissions; |
||||
|
using Dy_Exchange.Z_Business.Dtos; |
||||
|
using Volo.Abp.Application.Dtos; |
||||
|
using Volo.Abp.Application.Services; |
||||
|
using WinIn.FasterZ.Wms.AppBase; |
||||
|
|
||||
|
namespace Dy_Exchange.Z_Business; |
||||
|
|
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public class DataExchangeArchivedIncomingFromExternalAppService : ZbxBase<DataExchangeArchivedIncomingFromExternal, DataExchangeArchivedIncomingFromExternalDto, Guid, PagedAndSortedResultRequestDto, CreateUpdateDataExchangeArchivedIncomingFromExternalDto, CreateUpdateDataExchangeArchivedIncomingFromExternalDto>, |
||||
|
IDataExchangeArchivedIncomingFromExternalAppService |
||||
|
{ |
||||
|
protected override string GetPolicyName { get; set; } = Dy_ExchangePermissions.DataExchangeArchivedIncomingFromExternal.Default; |
||||
|
protected override string GetListPolicyName { get; set; } = Dy_ExchangePermissions.DataExchangeArchivedIncomingFromExternal.Default; |
||||
|
protected override string CreatePolicyName { get; set; } = Dy_ExchangePermissions.DataExchangeArchivedIncomingFromExternal.Create; |
||||
|
protected override string UpdatePolicyName { get; set; } = Dy_ExchangePermissions.DataExchangeArchivedIncomingFromExternal.Update; |
||||
|
protected override string DeletePolicyName { get; set; } = Dy_ExchangePermissions.DataExchangeArchivedIncomingFromExternal.Delete; |
||||
|
|
||||
|
private readonly IDataExchangeArchivedIncomingFromExternalRepository _repository; |
||||
|
|
||||
|
public DataExchangeArchivedIncomingFromExternalAppService(IDataExchangeArchivedIncomingFromExternalRepository repository) : base(repository) |
||||
|
{ |
||||
|
_repository = repository; |
||||
|
} |
||||
|
|
||||
|
} |
@ -0,0 +1,30 @@ |
|||||
|
using System; |
||||
|
using Dy_Exchange.Permissions; |
||||
|
using Dy_Exchange.Z_Business.Dtos; |
||||
|
using Volo.Abp.Application.Dtos; |
||||
|
using Volo.Abp.Application.Services; |
||||
|
using WinIn.FasterZ.Wms.AppBase; |
||||
|
|
||||
|
namespace Dy_Exchange.Z_Business; |
||||
|
|
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public class DataExchangeArchivedOutgoingFromWmAppService : ZbxBase<DataExchangeArchivedOutgoingFromWm, DataExchangeArchivedOutgoingFromWmDto, Guid, PagedAndSortedResultRequestDto, CreateUpdateDataExchangeArchivedOutgoingFromWmDto, CreateUpdateDataExchangeArchivedOutgoingFromWmDto>, |
||||
|
IDataExchangeArchivedOutgoingFromWmAppService |
||||
|
{ |
||||
|
protected override string GetPolicyName { get; set; } = Dy_ExchangePermissions.DataExchangeArchivedOutgoingFromWm.Default; |
||||
|
protected override string GetListPolicyName { get; set; } = Dy_ExchangePermissions.DataExchangeArchivedOutgoingFromWm.Default; |
||||
|
protected override string CreatePolicyName { get; set; } = Dy_ExchangePermissions.DataExchangeArchivedOutgoingFromWm.Create; |
||||
|
protected override string UpdatePolicyName { get; set; } = Dy_ExchangePermissions.DataExchangeArchivedOutgoingFromWm.Update; |
||||
|
protected override string DeletePolicyName { get; set; } = Dy_ExchangePermissions.DataExchangeArchivedOutgoingFromWm.Delete; |
||||
|
|
||||
|
private readonly IDataExchangeArchivedOutgoingFromWmRepository _repository; |
||||
|
|
||||
|
public DataExchangeArchivedOutgoingFromWmAppService(IDataExchangeArchivedOutgoingFromWmRepository repository) : base(repository) |
||||
|
{ |
||||
|
_repository = repository; |
||||
|
} |
||||
|
|
||||
|
} |
@ -0,0 +1,30 @@ |
|||||
|
using System; |
||||
|
using Dy_Exchange.Permissions; |
||||
|
using Dy_Exchange.Z_Business.Dtos; |
||||
|
using Volo.Abp.Application.Dtos; |
||||
|
using Volo.Abp.Application.Services; |
||||
|
using WinIn.FasterZ.Wms.AppBase; |
||||
|
|
||||
|
namespace Dy_Exchange.Z_Business; |
||||
|
|
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public class DataExchangeIncomingFromExternalAppService : ZbxBase<DataExchangeIncomingFromExternal, DataExchangeIncomingFromExternalDto, Guid, PagedAndSortedResultRequestDto, CreateUpdateDataExchangeIncomingFromExternalDto, CreateUpdateDataExchangeIncomingFromExternalDto>, |
||||
|
IDataExchangeIncomingFromExternalAppService |
||||
|
{ |
||||
|
protected override string GetPolicyName { get; set; } = Dy_ExchangePermissions.DataExchangeIncomingFromExternal.Default; |
||||
|
protected override string GetListPolicyName { get; set; } = Dy_ExchangePermissions.DataExchangeIncomingFromExternal.Default; |
||||
|
protected override string CreatePolicyName { get; set; } = Dy_ExchangePermissions.DataExchangeIncomingFromExternal.Create; |
||||
|
protected override string UpdatePolicyName { get; set; } = Dy_ExchangePermissions.DataExchangeIncomingFromExternal.Update; |
||||
|
protected override string DeletePolicyName { get; set; } = Dy_ExchangePermissions.DataExchangeIncomingFromExternal.Delete; |
||||
|
|
||||
|
private readonly IDataExchangeIncomingFromExternalRepository _repository; |
||||
|
|
||||
|
public DataExchangeIncomingFromExternalAppService(IDataExchangeIncomingFromExternalRepository repository) : base(repository) |
||||
|
{ |
||||
|
_repository = repository; |
||||
|
} |
||||
|
|
||||
|
} |
@ -0,0 +1,30 @@ |
|||||
|
using System; |
||||
|
using Dy_Exchange.Permissions; |
||||
|
using Dy_Exchange.Z_Business.Dtos; |
||||
|
using Volo.Abp.Application.Dtos; |
||||
|
using Volo.Abp.Application.Services; |
||||
|
using WinIn.FasterZ.Wms.AppBase; |
||||
|
|
||||
|
namespace Dy_Exchange.Z_Business; |
||||
|
|
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public class DataExchangeMessageReceiveAppService : ZbxBase<DataExchangeMessageReceive, DataExchangeMessageReceiveDto, Guid, PagedAndSortedResultRequestDto, CreateUpdateDataExchangeMessageReceiveDto, CreateUpdateDataExchangeMessageReceiveDto>, |
||||
|
IDataExchangeMessageReceiveAppService |
||||
|
{ |
||||
|
protected override string GetPolicyName { get; set; } = Dy_ExchangePermissions.DataExchangeMessageReceive.Default; |
||||
|
protected override string GetListPolicyName { get; set; } = Dy_ExchangePermissions.DataExchangeMessageReceive.Default; |
||||
|
protected override string CreatePolicyName { get; set; } = Dy_ExchangePermissions.DataExchangeMessageReceive.Create; |
||||
|
protected override string UpdatePolicyName { get; set; } = Dy_ExchangePermissions.DataExchangeMessageReceive.Update; |
||||
|
protected override string DeletePolicyName { get; set; } = Dy_ExchangePermissions.DataExchangeMessageReceive.Delete; |
||||
|
|
||||
|
private readonly IDataExchangeMessageReceiveRepository _repository; |
||||
|
|
||||
|
public DataExchangeMessageReceiveAppService(IDataExchangeMessageReceiveRepository repository) : base(repository) |
||||
|
{ |
||||
|
_repository = repository; |
||||
|
} |
||||
|
|
||||
|
} |
@ -0,0 +1,30 @@ |
|||||
|
using System; |
||||
|
using Dy_Exchange.Permissions; |
||||
|
using Dy_Exchange.Z_Business.Dtos; |
||||
|
using Volo.Abp.Application.Dtos; |
||||
|
using Volo.Abp.Application.Services; |
||||
|
using WinIn.FasterZ.Wms.AppBase; |
||||
|
|
||||
|
namespace Dy_Exchange.Z_Business; |
||||
|
|
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public class DataExchangeOutgoingFromWmAppService : ZbxBase<DataExchangeOutgoingFromWm, DataExchangeOutgoingFromWmDto, Guid, PagedAndSortedResultRequestDto, CreateUpdateDataExchangeOutgoingFromWmDto, CreateUpdateDataExchangeOutgoingFromWmDto>, |
||||
|
IDataExchangeOutgoingFromWmAppService |
||||
|
{ |
||||
|
protected override string GetPolicyName { get; set; } = Dy_ExchangePermissions.DataExchangeOutgoingFromWm.Default; |
||||
|
protected override string GetListPolicyName { get; set; } = Dy_ExchangePermissions.DataExchangeOutgoingFromWm.Default; |
||||
|
protected override string CreatePolicyName { get; set; } = Dy_ExchangePermissions.DataExchangeOutgoingFromWm.Create; |
||||
|
protected override string UpdatePolicyName { get; set; } = Dy_ExchangePermissions.DataExchangeOutgoingFromWm.Update; |
||||
|
protected override string DeletePolicyName { get; set; } = Dy_ExchangePermissions.DataExchangeOutgoingFromWm.Delete; |
||||
|
|
||||
|
private readonly IDataExchangeOutgoingFromWmRepository _repository; |
||||
|
|
||||
|
public DataExchangeOutgoingFromWmAppService(IDataExchangeOutgoingFromWmRepository repository) : base(repository) |
||||
|
{ |
||||
|
_repository = repository; |
||||
|
} |
||||
|
|
||||
|
} |
@ -0,0 +1,30 @@ |
|||||
|
using System; |
||||
|
using Dy_Exchange.Permissions; |
||||
|
using Dy_Exchange.Z_Business.Dtos; |
||||
|
using Volo.Abp.Application.Dtos; |
||||
|
using Volo.Abp.Application.Services; |
||||
|
using WinIn.FasterZ.Wms.AppBase; |
||||
|
|
||||
|
namespace Dy_Exchange.Z_Business; |
||||
|
|
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public class IncomingToWmAppService : ZbxBase<IncomingToWm, IncomingToWmDto, Guid, PagedAndSortedResultRequestDto, CreateUpdateIncomingToWmDto, CreateUpdateIncomingToWmDto>, |
||||
|
IIncomingToWmAppService |
||||
|
{ |
||||
|
protected override string GetPolicyName { get; set; } = Dy_ExchangePermissions.IncomingToWm.Default; |
||||
|
protected override string GetListPolicyName { get; set; } = Dy_ExchangePermissions.IncomingToWm.Default; |
||||
|
protected override string CreatePolicyName { get; set; } = Dy_ExchangePermissions.IncomingToWm.Create; |
||||
|
protected override string UpdatePolicyName { get; set; } = Dy_ExchangePermissions.IncomingToWm.Update; |
||||
|
protected override string DeletePolicyName { get; set; } = Dy_ExchangePermissions.IncomingToWm.Delete; |
||||
|
|
||||
|
private readonly IIncomingToWmRepository _repository; |
||||
|
|
||||
|
public IncomingToWmAppService(IIncomingToWmRepository repository) : base(repository) |
||||
|
{ |
||||
|
_repository = repository; |
||||
|
} |
||||
|
|
||||
|
} |
@ -0,0 +1,30 @@ |
|||||
|
using System; |
||||
|
using Dy_Exchange.Permissions; |
||||
|
using Dy_Exchange.Z_Business.Dtos; |
||||
|
using Volo.Abp.Application.Dtos; |
||||
|
using Volo.Abp.Application.Services; |
||||
|
using WinIn.FasterZ.Wms.AppBase; |
||||
|
|
||||
|
namespace Dy_Exchange.Z_Business; |
||||
|
|
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public class OutgoingToExternalAppService : ZbxBase<OutgoingToExternal, OutgoingToExternalDto, Guid, PagedAndSortedResultRequestDto, CreateUpdateOutgoingToExternalDto, CreateUpdateOutgoingToExternalDto>, |
||||
|
IOutgoingToExternalAppService |
||||
|
{ |
||||
|
protected override string GetPolicyName { get; set; } = Dy_ExchangePermissions.OutgoingToExternal.Default; |
||||
|
protected override string GetListPolicyName { get; set; } = Dy_ExchangePermissions.OutgoingToExternal.Default; |
||||
|
protected override string CreatePolicyName { get; set; } = Dy_ExchangePermissions.OutgoingToExternal.Create; |
||||
|
protected override string UpdatePolicyName { get; set; } = Dy_ExchangePermissions.OutgoingToExternal.Update; |
||||
|
protected override string DeletePolicyName { get; set; } = Dy_ExchangePermissions.OutgoingToExternal.Delete; |
||||
|
|
||||
|
private readonly IOutgoingToExternalRepository _repository; |
||||
|
|
||||
|
public OutgoingToExternalAppService(IOutgoingToExternalRepository repository) : base(repository) |
||||
|
{ |
||||
|
_repository = repository; |
||||
|
} |
||||
|
|
||||
|
} |
@ -0,0 +1,11 @@ |
|||||
|
using System; |
||||
|
using Volo.Abp.Domain.Repositories; |
||||
|
|
||||
|
namespace Dy_Exchange.Z_Business; |
||||
|
|
||||
|
/// <summary>
|
||||
|
/// 日志
|
||||
|
/// </summary>
|
||||
|
public interface IArchivedIncomingToWmRepository : IRepository<ArchivedIncomingToWm, Guid> |
||||
|
{ |
||||
|
} |
@ -0,0 +1,11 @@ |
|||||
|
using System; |
||||
|
using Volo.Abp.Domain.Repositories; |
||||
|
|
||||
|
namespace Dy_Exchange.Z_Business; |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public interface IArchivedOutgoingToExternalRepository : IRepository<ArchivedOutgoingToExternal, Guid> |
||||
|
{ |
||||
|
} |
@ -0,0 +1,11 @@ |
|||||
|
using System; |
||||
|
using Volo.Abp.Domain.Repositories; |
||||
|
|
||||
|
namespace Dy_Exchange.Z_Business; |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public interface IDataExchangeArchivedIncomingFromExternalRepository : IRepository<DataExchangeArchivedIncomingFromExternal, Guid> |
||||
|
{ |
||||
|
} |
@ -0,0 +1,11 @@ |
|||||
|
using System; |
||||
|
using Volo.Abp.Domain.Repositories; |
||||
|
|
||||
|
namespace Dy_Exchange.Z_Business; |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public interface IDataExchangeArchivedOutgoingFromWmRepository : IRepository<DataExchangeArchivedOutgoingFromWm, Guid> |
||||
|
{ |
||||
|
} |
@ -0,0 +1,11 @@ |
|||||
|
using System; |
||||
|
using Volo.Abp.Domain.Repositories; |
||||
|
|
||||
|
namespace Dy_Exchange.Z_Business; |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public interface IDataExchangeIncomingFromExternalRepository : IRepository<DataExchangeIncomingFromExternal, Guid> |
||||
|
{ |
||||
|
} |
@ -0,0 +1,11 @@ |
|||||
|
using System; |
||||
|
using Volo.Abp.Domain.Repositories; |
||||
|
|
||||
|
namespace Dy_Exchange.Z_Business; |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public interface IDataExchangeMessageReceiveRepository : IRepository<DataExchangeMessageReceive, Guid> |
||||
|
{ |
||||
|
} |
@ -0,0 +1,11 @@ |
|||||
|
using System; |
||||
|
using Volo.Abp.Domain.Repositories; |
||||
|
|
||||
|
namespace Dy_Exchange.Z_Business; |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public interface IDataExchangeOutgoingFromWmRepository : IRepository<DataExchangeOutgoingFromWm, Guid> |
||||
|
{ |
||||
|
} |
@ -0,0 +1,11 @@ |
|||||
|
using System; |
||||
|
using Volo.Abp.Domain.Repositories; |
||||
|
|
||||
|
namespace Dy_Exchange.Z_Business; |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public interface IIncomingToWmRepository : IRepository<IncomingToWm, Guid> |
||||
|
{ |
||||
|
} |
@ -0,0 +1,11 @@ |
|||||
|
using System; |
||||
|
using Volo.Abp.Domain.Repositories; |
||||
|
|
||||
|
namespace Dy_Exchange.Z_Business; |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public interface IOutgoingToExternalRepository : IRepository<OutgoingToExternal, Guid> |
||||
|
{ |
||||
|
} |
@ -0,0 +1,22 @@ |
|||||
|
using System.Linq; |
||||
|
using Microsoft.EntityFrameworkCore; |
||||
|
|
||||
|
namespace Dy_Exchange.Z_Business; |
||||
|
|
||||
|
/// <summary>
|
||||
|
/// 日志
|
||||
|
/// </summary>
|
||||
|
public static class ArchivedIncomingToWmEfCoreQueryableExtensions |
||||
|
{ |
||||
|
public static IQueryable<ArchivedIncomingToWm> IncludeDetails(this IQueryable<ArchivedIncomingToWm> queryable, bool include = true) |
||||
|
{ |
||||
|
if (!include) |
||||
|
{ |
||||
|
return queryable; |
||||
|
} |
||||
|
|
||||
|
return queryable |
||||
|
// .Include(x => x.xxx) // TODO: AbpHelper generated
|
||||
|
; |
||||
|
} |
||||
|
} |
@ -0,0 +1,20 @@ |
|||||
|
using System; |
||||
|
using System.Linq; |
||||
|
using System.Threading.Tasks; |
||||
|
using Dy_Exchange.EntityFrameworkCore; |
||||
|
using Volo.Abp.Domain.Repositories.EntityFrameworkCore; |
||||
|
using Volo.Abp.EntityFrameworkCore; |
||||
|
|
||||
|
namespace Dy_Exchange.Z_Business; |
||||
|
|
||||
|
public class ArchivedIncomingToWmRepository : EfCoreRepository<Dy_ExchangeDbContext, ArchivedIncomingToWm, Guid>, IArchivedIncomingToWmRepository |
||||
|
{ |
||||
|
public ArchivedIncomingToWmRepository(IDbContextProvider<Dy_ExchangeDbContext> dbContextProvider) : base(dbContextProvider) |
||||
|
{ |
||||
|
} |
||||
|
|
||||
|
public override async Task<IQueryable<ArchivedIncomingToWm>> WithDetailsAsync() |
||||
|
{ |
||||
|
return (await GetQueryableAsync()).IncludeDetails(); |
||||
|
} |
||||
|
} |
@ -0,0 +1,22 @@ |
|||||
|
using System.Linq; |
||||
|
using Microsoft.EntityFrameworkCore; |
||||
|
|
||||
|
namespace Dy_Exchange.Z_Business; |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public static class ArchivedOutgoingToExternalEfCoreQueryableExtensions |
||||
|
{ |
||||
|
public static IQueryable<ArchivedOutgoingToExternal> IncludeDetails(this IQueryable<ArchivedOutgoingToExternal> queryable, bool include = true) |
||||
|
{ |
||||
|
if (!include) |
||||
|
{ |
||||
|
return queryable; |
||||
|
} |
||||
|
|
||||
|
return queryable |
||||
|
// .Include(x => x.xxx) // TODO: AbpHelper generated
|
||||
|
; |
||||
|
} |
||||
|
} |
@ -0,0 +1,20 @@ |
|||||
|
using System; |
||||
|
using System.Linq; |
||||
|
using System.Threading.Tasks; |
||||
|
using Dy_Exchange.EntityFrameworkCore; |
||||
|
using Volo.Abp.Domain.Repositories.EntityFrameworkCore; |
||||
|
using Volo.Abp.EntityFrameworkCore; |
||||
|
|
||||
|
namespace Dy_Exchange.Z_Business; |
||||
|
|
||||
|
public class ArchivedOutgoingToExternalRepository : EfCoreRepository<Dy_ExchangeDbContext, ArchivedOutgoingToExternal, Guid>, IArchivedOutgoingToExternalRepository |
||||
|
{ |
||||
|
public ArchivedOutgoingToExternalRepository(IDbContextProvider<Dy_ExchangeDbContext> dbContextProvider) : base(dbContextProvider) |
||||
|
{ |
||||
|
} |
||||
|
|
||||
|
public override async Task<IQueryable<ArchivedOutgoingToExternal>> WithDetailsAsync() |
||||
|
{ |
||||
|
return (await GetQueryableAsync()).IncludeDetails(); |
||||
|
} |
||||
|
} |
@ -0,0 +1,22 @@ |
|||||
|
using System.Linq; |
||||
|
using Microsoft.EntityFrameworkCore; |
||||
|
|
||||
|
namespace Dy_Exchange.Z_Business; |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public static class DataExchangeArchivedIncomingFromExternalEfCoreQueryableExtensions |
||||
|
{ |
||||
|
public static IQueryable<DataExchangeArchivedIncomingFromExternal> IncludeDetails(this IQueryable<DataExchangeArchivedIncomingFromExternal> queryable, bool include = true) |
||||
|
{ |
||||
|
if (!include) |
||||
|
{ |
||||
|
return queryable; |
||||
|
} |
||||
|
|
||||
|
return queryable |
||||
|
// .Include(x => x.xxx) // TODO: AbpHelper generated
|
||||
|
; |
||||
|
} |
||||
|
} |
@ -0,0 +1,20 @@ |
|||||
|
using System; |
||||
|
using System.Linq; |
||||
|
using System.Threading.Tasks; |
||||
|
using Dy_Exchange.EntityFrameworkCore; |
||||
|
using Volo.Abp.Domain.Repositories.EntityFrameworkCore; |
||||
|
using Volo.Abp.EntityFrameworkCore; |
||||
|
|
||||
|
namespace Dy_Exchange.Z_Business; |
||||
|
|
||||
|
public class DataExchangeArchivedIncomingFromExternalRepository : EfCoreRepository<Dy_ExchangeDbContext, DataExchangeArchivedIncomingFromExternal, Guid>, IDataExchangeArchivedIncomingFromExternalRepository |
||||
|
{ |
||||
|
public DataExchangeArchivedIncomingFromExternalRepository(IDbContextProvider<Dy_ExchangeDbContext> dbContextProvider) : base(dbContextProvider) |
||||
|
{ |
||||
|
} |
||||
|
|
||||
|
public override async Task<IQueryable<DataExchangeArchivedIncomingFromExternal>> WithDetailsAsync() |
||||
|
{ |
||||
|
return (await GetQueryableAsync()).IncludeDetails(); |
||||
|
} |
||||
|
} |
@ -0,0 +1,22 @@ |
|||||
|
using System.Linq; |
||||
|
using Microsoft.EntityFrameworkCore; |
||||
|
|
||||
|
namespace Dy_Exchange.Z_Business; |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public static class DataExchangeArchivedOutgoingFromWmEfCoreQueryableExtensions |
||||
|
{ |
||||
|
public static IQueryable<DataExchangeArchivedOutgoingFromWm> IncludeDetails(this IQueryable<DataExchangeArchivedOutgoingFromWm> queryable, bool include = true) |
||||
|
{ |
||||
|
if (!include) |
||||
|
{ |
||||
|
return queryable; |
||||
|
} |
||||
|
|
||||
|
return queryable |
||||
|
// .Include(x => x.xxx) // TODO: AbpHelper generated
|
||||
|
; |
||||
|
} |
||||
|
} |
@ -0,0 +1,20 @@ |
|||||
|
using System; |
||||
|
using System.Linq; |
||||
|
using System.Threading.Tasks; |
||||
|
using Dy_Exchange.EntityFrameworkCore; |
||||
|
using Volo.Abp.Domain.Repositories.EntityFrameworkCore; |
||||
|
using Volo.Abp.EntityFrameworkCore; |
||||
|
|
||||
|
namespace Dy_Exchange.Z_Business; |
||||
|
|
||||
|
public class DataExchangeArchivedOutgoingFromWmRepository : EfCoreRepository<Dy_ExchangeDbContext, DataExchangeArchivedOutgoingFromWm, Guid>, IDataExchangeArchivedOutgoingFromWmRepository |
||||
|
{ |
||||
|
public DataExchangeArchivedOutgoingFromWmRepository(IDbContextProvider<Dy_ExchangeDbContext> dbContextProvider) : base(dbContextProvider) |
||||
|
{ |
||||
|
} |
||||
|
|
||||
|
public override async Task<IQueryable<DataExchangeArchivedOutgoingFromWm>> WithDetailsAsync() |
||||
|
{ |
||||
|
return (await GetQueryableAsync()).IncludeDetails(); |
||||
|
} |
||||
|
} |
@ -0,0 +1,22 @@ |
|||||
|
using System.Linq; |
||||
|
using Microsoft.EntityFrameworkCore; |
||||
|
|
||||
|
namespace Dy_Exchange.Z_Business; |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public static class DataExchangeIncomingFromExternalEfCoreQueryableExtensions |
||||
|
{ |
||||
|
public static IQueryable<DataExchangeIncomingFromExternal> IncludeDetails(this IQueryable<DataExchangeIncomingFromExternal> queryable, bool include = true) |
||||
|
{ |
||||
|
if (!include) |
||||
|
{ |
||||
|
return queryable; |
||||
|
} |
||||
|
|
||||
|
return queryable |
||||
|
// .Include(x => x.xxx) // TODO: AbpHelper generated
|
||||
|
; |
||||
|
} |
||||
|
} |
@ -0,0 +1,20 @@ |
|||||
|
using System; |
||||
|
using System.Linq; |
||||
|
using System.Threading.Tasks; |
||||
|
using Dy_Exchange.EntityFrameworkCore; |
||||
|
using Volo.Abp.Domain.Repositories.EntityFrameworkCore; |
||||
|
using Volo.Abp.EntityFrameworkCore; |
||||
|
|
||||
|
namespace Dy_Exchange.Z_Business; |
||||
|
|
||||
|
public class DataExchangeIncomingFromExternalRepository : EfCoreRepository<Dy_ExchangeDbContext, DataExchangeIncomingFromExternal, Guid>, IDataExchangeIncomingFromExternalRepository |
||||
|
{ |
||||
|
public DataExchangeIncomingFromExternalRepository(IDbContextProvider<Dy_ExchangeDbContext> dbContextProvider) : base(dbContextProvider) |
||||
|
{ |
||||
|
} |
||||
|
|
||||
|
public override async Task<IQueryable<DataExchangeIncomingFromExternal>> WithDetailsAsync() |
||||
|
{ |
||||
|
return (await GetQueryableAsync()).IncludeDetails(); |
||||
|
} |
||||
|
} |
@ -0,0 +1,22 @@ |
|||||
|
using System.Linq; |
||||
|
using Microsoft.EntityFrameworkCore; |
||||
|
|
||||
|
namespace Dy_Exchange.Z_Business; |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public static class DataExchangeMessageReceiveEfCoreQueryableExtensions |
||||
|
{ |
||||
|
public static IQueryable<DataExchangeMessageReceive> IncludeDetails(this IQueryable<DataExchangeMessageReceive> queryable, bool include = true) |
||||
|
{ |
||||
|
if (!include) |
||||
|
{ |
||||
|
return queryable; |
||||
|
} |
||||
|
|
||||
|
return queryable |
||||
|
// .Include(x => x.xxx) // TODO: AbpHelper generated
|
||||
|
; |
||||
|
} |
||||
|
} |
@ -0,0 +1,20 @@ |
|||||
|
using System; |
||||
|
using System.Linq; |
||||
|
using System.Threading.Tasks; |
||||
|
using Dy_Exchange.EntityFrameworkCore; |
||||
|
using Volo.Abp.Domain.Repositories.EntityFrameworkCore; |
||||
|
using Volo.Abp.EntityFrameworkCore; |
||||
|
|
||||
|
namespace Dy_Exchange.Z_Business; |
||||
|
|
||||
|
public class DataExchangeMessageReceiveRepository : EfCoreRepository<Dy_ExchangeDbContext, DataExchangeMessageReceive, Guid>, IDataExchangeMessageReceiveRepository |
||||
|
{ |
||||
|
public DataExchangeMessageReceiveRepository(IDbContextProvider<Dy_ExchangeDbContext> dbContextProvider) : base(dbContextProvider) |
||||
|
{ |
||||
|
} |
||||
|
|
||||
|
public override async Task<IQueryable<DataExchangeMessageReceive>> WithDetailsAsync() |
||||
|
{ |
||||
|
return (await GetQueryableAsync()).IncludeDetails(); |
||||
|
} |
||||
|
} |
@ -0,0 +1,22 @@ |
|||||
|
using System.Linq; |
||||
|
using Microsoft.EntityFrameworkCore; |
||||
|
|
||||
|
namespace Dy_Exchange.Z_Business; |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public static class DataExchangeOutgoingFromWmEfCoreQueryableExtensions |
||||
|
{ |
||||
|
public static IQueryable<DataExchangeOutgoingFromWm> IncludeDetails(this IQueryable<DataExchangeOutgoingFromWm> queryable, bool include = true) |
||||
|
{ |
||||
|
if (!include) |
||||
|
{ |
||||
|
return queryable; |
||||
|
} |
||||
|
|
||||
|
return queryable |
||||
|
// .Include(x => x.xxx) // TODO: AbpHelper generated
|
||||
|
; |
||||
|
} |
||||
|
} |
@ -0,0 +1,20 @@ |
|||||
|
using System; |
||||
|
using System.Linq; |
||||
|
using System.Threading.Tasks; |
||||
|
using Dy_Exchange.EntityFrameworkCore; |
||||
|
using Volo.Abp.Domain.Repositories.EntityFrameworkCore; |
||||
|
using Volo.Abp.EntityFrameworkCore; |
||||
|
|
||||
|
namespace Dy_Exchange.Z_Business; |
||||
|
|
||||
|
public class DataExchangeOutgoingFromWmRepository : EfCoreRepository<Dy_ExchangeDbContext, DataExchangeOutgoingFromWm, Guid>, IDataExchangeOutgoingFromWmRepository |
||||
|
{ |
||||
|
public DataExchangeOutgoingFromWmRepository(IDbContextProvider<Dy_ExchangeDbContext> dbContextProvider) : base(dbContextProvider) |
||||
|
{ |
||||
|
} |
||||
|
|
||||
|
public override async Task<IQueryable<DataExchangeOutgoingFromWm>> WithDetailsAsync() |
||||
|
{ |
||||
|
return (await GetQueryableAsync()).IncludeDetails(); |
||||
|
} |
||||
|
} |
@ -0,0 +1,22 @@ |
|||||
|
using System.Linq; |
||||
|
using Microsoft.EntityFrameworkCore; |
||||
|
|
||||
|
namespace Dy_Exchange.Z_Business; |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public static class IncomingToWmEfCoreQueryableExtensions |
||||
|
{ |
||||
|
public static IQueryable<IncomingToWm> IncludeDetails(this IQueryable<IncomingToWm> queryable, bool include = true) |
||||
|
{ |
||||
|
if (!include) |
||||
|
{ |
||||
|
return queryable; |
||||
|
} |
||||
|
|
||||
|
return queryable |
||||
|
// .Include(x => x.xxx) // TODO: AbpHelper generated
|
||||
|
; |
||||
|
} |
||||
|
} |
@ -0,0 +1,20 @@ |
|||||
|
using System; |
||||
|
using System.Linq; |
||||
|
using System.Threading.Tasks; |
||||
|
using Dy_Exchange.EntityFrameworkCore; |
||||
|
using Volo.Abp.Domain.Repositories.EntityFrameworkCore; |
||||
|
using Volo.Abp.EntityFrameworkCore; |
||||
|
|
||||
|
namespace Dy_Exchange.Z_Business; |
||||
|
|
||||
|
public class IncomingToWmRepository : EfCoreRepository<Dy_ExchangeDbContext, IncomingToWm, Guid>, IIncomingToWmRepository |
||||
|
{ |
||||
|
public IncomingToWmRepository(IDbContextProvider<Dy_ExchangeDbContext> dbContextProvider) : base(dbContextProvider) |
||||
|
{ |
||||
|
} |
||||
|
|
||||
|
public override async Task<IQueryable<IncomingToWm>> WithDetailsAsync() |
||||
|
{ |
||||
|
return (await GetQueryableAsync()).IncludeDetails(); |
||||
|
} |
||||
|
} |
@ -0,0 +1,22 @@ |
|||||
|
using System.Linq; |
||||
|
using Microsoft.EntityFrameworkCore; |
||||
|
|
||||
|
namespace Dy_Exchange.Z_Business; |
||||
|
|
||||
|
/// <summary>
|
||||
|
///
|
||||
|
/// </summary>
|
||||
|
public static class OutgoingToExternalEfCoreQueryableExtensions |
||||
|
{ |
||||
|
public static IQueryable<OutgoingToExternal> IncludeDetails(this IQueryable<OutgoingToExternal> queryable, bool include = true) |
||||
|
{ |
||||
|
if (!include) |
||||
|
{ |
||||
|
return queryable; |
||||
|
} |
||||
|
|
||||
|
return queryable |
||||
|
// .Include(x => x.xxx) // TODO: AbpHelper generated
|
||||
|
; |
||||
|
} |
||||
|
} |
@ -0,0 +1,20 @@ |
|||||
|
using System; |
||||
|
using System.Linq; |
||||
|
using System.Threading.Tasks; |
||||
|
using Dy_Exchange.EntityFrameworkCore; |
||||
|
using Volo.Abp.Domain.Repositories.EntityFrameworkCore; |
||||
|
using Volo.Abp.EntityFrameworkCore; |
||||
|
|
||||
|
namespace Dy_Exchange.Z_Business; |
||||
|
|
||||
|
public class OutgoingToExternalRepository : EfCoreRepository<Dy_ExchangeDbContext, OutgoingToExternal, Guid>, IOutgoingToExternalRepository |
||||
|
{ |
||||
|
public OutgoingToExternalRepository(IDbContextProvider<Dy_ExchangeDbContext> dbContextProvider) : base(dbContextProvider) |
||||
|
{ |
||||
|
} |
||||
|
|
||||
|
public override async Task<IQueryable<OutgoingToExternal>> WithDetailsAsync() |
||||
|
{ |
||||
|
return (await GetQueryableAsync()).IncludeDetails(); |
||||
|
} |
||||
|
} |
File diff suppressed because it is too large
@ -0,0 +1,102 @@ |
|||||
|
using Microsoft.EntityFrameworkCore.Migrations; |
||||
|
|
||||
|
#nullable disable |
||||
|
|
||||
|
namespace Win_in.Sfs.Basedata.Migrations |
||||
|
{ |
||||
|
public partial class BaseData071801 : Migration |
||||
|
{ |
||||
|
protected override void Up(MigrationBuilder migrationBuilder) |
||||
|
{ |
||||
|
migrationBuilder.DropColumn( |
||||
|
name: "ContainerCode", |
||||
|
table: "Basedata_SplitPackingRec"); |
||||
|
|
||||
|
migrationBuilder.DropColumn( |
||||
|
name: "ProdLine", |
||||
|
table: "Basedata_SplitPackingRec"); |
||||
|
|
||||
|
migrationBuilder.DropColumn( |
||||
|
name: "QLevel", |
||||
|
table: "Basedata_SplitPackingRec"); |
||||
|
|
||||
|
migrationBuilder.DropColumn( |
||||
|
name: "QualityFile", |
||||
|
table: "Basedata_SplitPackingRec"); |
||||
|
|
||||
|
migrationBuilder.DropColumn( |
||||
|
name: "Shift", |
||||
|
table: "Basedata_SplitPackingRec"); |
||||
|
|
||||
|
migrationBuilder.DropColumn( |
||||
|
name: "Specifications", |
||||
|
table: "Basedata_SplitPackingRec"); |
||||
|
|
||||
|
migrationBuilder.DropColumn( |
||||
|
name: "Team", |
||||
|
table: "Basedata_SplitPackingRec"); |
||||
|
|
||||
|
migrationBuilder.DropColumn( |
||||
|
name: "Conf", |
||||
|
table: "Basedata_KittingDetail"); |
||||
|
} |
||||
|
|
||||
|
protected override void Down(MigrationBuilder migrationBuilder) |
||||
|
{ |
||||
|
migrationBuilder.AddColumn<string>( |
||||
|
name: "ContainerCode", |
||||
|
table: "Basedata_SplitPackingRec", |
||||
|
type: "nvarchar(64)", |
||||
|
maxLength: 64, |
||||
|
nullable: true); |
||||
|
|
||||
|
migrationBuilder.AddColumn<string>( |
||||
|
name: "ProdLine", |
||||
|
table: "Basedata_SplitPackingRec", |
||||
|
type: "nvarchar(64)", |
||||
|
maxLength: 64, |
||||
|
nullable: true); |
||||
|
|
||||
|
migrationBuilder.AddColumn<string>( |
||||
|
name: "QLevel", |
||||
|
table: "Basedata_SplitPackingRec", |
||||
|
type: "nvarchar(64)", |
||||
|
maxLength: 64, |
||||
|
nullable: true); |
||||
|
|
||||
|
migrationBuilder.AddColumn<string>( |
||||
|
name: "QualityFile", |
||||
|
table: "Basedata_SplitPackingRec", |
||||
|
type: "nvarchar(64)", |
||||
|
maxLength: 64, |
||||
|
nullable: true); |
||||
|
|
||||
|
migrationBuilder.AddColumn<string>( |
||||
|
name: "Shift", |
||||
|
table: "Basedata_SplitPackingRec", |
||||
|
type: "nvarchar(64)", |
||||
|
maxLength: 64, |
||||
|
nullable: true); |
||||
|
|
||||
|
migrationBuilder.AddColumn<string>( |
||||
|
name: "Specifications", |
||||
|
table: "Basedata_SplitPackingRec", |
||||
|
type: "nvarchar(64)", |
||||
|
maxLength: 64, |
||||
|
nullable: true); |
||||
|
|
||||
|
migrationBuilder.AddColumn<string>( |
||||
|
name: "Team", |
||||
|
table: "Basedata_SplitPackingRec", |
||||
|
type: "nvarchar(64)", |
||||
|
maxLength: 64, |
||||
|
nullable: true); |
||||
|
|
||||
|
migrationBuilder.AddColumn<string>( |
||||
|
name: "Conf", |
||||
|
table: "Basedata_KittingDetail", |
||||
|
type: "nvarchar(max)", |
||||
|
nullable: true); |
||||
|
} |
||||
|
} |
||||
|
} |
Loading…
Reference in new issue