|
@@ -283,14 +283,19 @@ namespace Hotline.Share.Dtos.Order
|
|
|
/// </summary>
|
|
|
public string? AcceptorOrgName { get; set; }
|
|
|
|
|
|
- #endregion
|
|
|
+ #endregion
|
|
|
|
|
|
- #endregion
|
|
|
+ /// <summary>
|
|
|
+ /// 会签类型
|
|
|
+ /// </summary>
|
|
|
+ public ECounterSignType? CounterSignType { get; set; }
|
|
|
|
|
|
+ #endregion
|
|
|
|
|
|
- #endregion
|
|
|
|
|
|
- public string CreationTime { get; set; }
|
|
|
+ #endregion
|
|
|
+
|
|
|
+ public string CreationTime { get; set; }
|
|
|
|
|
|
|
|
|
public string? ContactMask { get; set; }
|