提交代码

This commit is contained in:
hehaibing-1996
2024-06-29 17:30:54 +08:00
parent 5ea25c477c
commit 344158c722
43 changed files with 1148 additions and 98 deletions

View File

@ -29,7 +29,10 @@ namespace 货架标准上位机
/// 日志目录
/// </summary>
public static readonly string LogDir = Path.Combine(AppDir, "logs");
/// <summary>
/// 资源目录
/// </summary>
public static readonly string ResourcesDir = Path.Combine(AppDir, "Resources");
/// <summary>
/// 运行主程序
/// </summary>
@ -46,6 +49,10 @@ namespace 货架标准上位机
/// 帮助文档路径
/// </summary>
public static readonly string DocPath = Path.Combine(DataDir, "操作说明书.docx");
/// <summary>
/// 打印模板
/// </summary>
public static readonly string PrintTemplatePath = Path.Combine(ResourcesDir, "物料条码.btw");
static object lockConfig = new object();
static JsConfig config;