优化金蝶同步代码

This commit is contained in:
tongfei
2024-03-04 15:45:16 +08:00
parent 7aa23230d1
commit 4570b2080a
6 changed files with 27 additions and 4 deletions

View File

@@ -52,5 +52,11 @@ namespace WMS.Web.Core.Dto.Erp
[JsonProperty("RuleId")]
public string RuleId { get; set; }
/// <summary>
/// 保存失败时是否暂存布尔类型默认false非必录 注(暂存的单据是没有编码的)
/// </summary>
[JsonProperty("IsDraftWhenSaveFail")]
public bool IsDraftWhenSaveFail { get; set; } = false;
}
}