提交当前本机最新程序

This commit is contained in:
cyf
2026-07-18 15:32:50 +08:00
parent 6be6607a40
commit bcf9f1b58c
9 changed files with 251 additions and 113 deletions
+4 -1
View File
@@ -366,7 +366,10 @@ namespace Lskj.Control.Model
///记住上一次的值(关闭时记住上一次的条件值,下一次打开时输入上去。关闭程序后清空)
/// </summary>
public bool RememberValue { get; set; }
/// <summary>
/// 明细合计
/// </summary>
public string SumlistField { get; set; }
}
}