You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

52 lines
1.3 KiB
C#

2 months ago
using System;
using System.Collections.Generic;
using System.Text;
#region << 版 本 注 释 >>
/*--------------------------------------------------------------------
* (c) 2024 WenJY
* CLR4.0.30319.42000
* T14-GEN3-7895
* SlnMesnac.RfidUpload.Model.apiParam
* cd1c0cdd-b51d-425a-91e3-1dd20eddb4e9
*
* WenJY
*
* 2024-07-02 15:59:39
* V1.0.0
*
*
*--------------------------------------------------------------------
*
*
*
*
* V1.0.0
*--------------------------------------------------------------------*/
#endregion << 版 本 注 释 >>
namespace SlnMesnac.RfidUpload.Model.apiParam
{
public class InStoreParam
{
/// <summary>
/// 机构代码
/// </summary>
public string opOrgCode { get; set; }
/// <summary>
/// 登录人代码
/// </summary>
public string userCode { get; set; }
/// <summary>
/// 登录人名称
/// </summary>
public string userName { get; set; }
/// <summary>
/// 省份代码
/// </summary>
public string province { get; set; }
}
}