/*
* CLR Version:4.0.30319.42000
* NameSpace:WIP_Models.ParamModel
* FileName:QueryPrintProCardParam
* CurrentYear:2019
* CurrentTime:2019/8/20 15:19:24
* Author:shaocx
*
* <更新记录>
* ver 1.0.0.0 2019/8/20 15:19:24 新規作成 (by shaocx)
*/
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace WIP_Models
{
///
/// 人工打印流转卡参数类
///
public class ArtificialPrintCardParam
{
///
/// 打印区域
///
public string printArea { get; set; }
///
/// 流转卡号
///
public string processCardNumber { get; set; }
}
}