using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace JinYuan.Models
{
public class BTWConfig
{
///
/// 是否连接打印机服务器
///
public bool IsConnectPrinter;
///
/// 箱唛码模板路径
///
public string containerBTWPath;
///
/// 栈板码模板路径
///
public string palletBTWPath;
///
/// printerName
///
public string printerName;
}
}