using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace JingGong.Abp.Print.GoDEX
{
///
/// 打印页面配置
///
public class GoDEXPrintSetup
{
///
/// 高
///
public int Height { get; set; }
///
/// 宽
///
public int Width { get; set; }
///
/// 间隔
///
public int Speed { get; set; }
///
/// 黑度
///
public int Dark { get; set; }
}
}