using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace JingGong.Abp.Print.GoDEX
{
///
/// 打印机配置
///
public class GoDEXCommunication
{
///
/// 地址
///
public string Host { get; set; }
///
/// 端口
///
public int Port { get; set; }
}
}