SVN r1106

SVN-Revision: r1106
This commit is contained in:
cyf
2026-01-30 07:52:21 +00:00
parent 0027b1714e
commit 52221cc693
7 changed files with 112 additions and 13 deletions
+5 -1
View File
@@ -533,7 +533,10 @@ namespace Lskj.Model
/// 显示来源明细id(不配置就显示全部)
/// </summary>
public string SourceDetailsID;
/// <summary>
/// 单据上方名称
/// </summary>
public string DocumentName;
/// <summary>
/// <para>说明:传入特殊参数处理</para>
@@ -576,6 +579,7 @@ namespace Lskj.Model
this.BillDetailSql = args.Length > 13 ? args[13] : string.Empty;
this.BillOrderNo = args.Length > 14 ? args[14] : string.Empty;
this.SourceDetailsID = args.Length > 15 ? args[15] : string.Empty;
this.DocumentName = args.Length > 16 ? args[16] : string.Empty;
}
}
/// <summary>