优化金蝶同步代码
This commit is contained in:
@@ -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;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user