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.

87 lines
2.1 KiB
C#

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

using System;
using System.Collections.Generic;
using System.Text;
#region << 版 本 注 释 >>
/*--------------------------------------------------------------------
* 版权所有 (c) 2024 WenJY 保留所有权利。
* CLR版本4.0.30319.42000
* 机器名称T14-GEN3-7895
* 命名空间SlnMesnac.RfidUpload.Model.apiParam
* 唯一标识43029bd1-d802-45dd-b3a8-c348c9a6f104
*
* 创建者WenJY
* 电子邮箱:
* 创建时间2024-07-02 15:59:48
* 版本V1.0.0
* 描述:
*
*--------------------------------------------------------------------
* 修改人:
* 时间:
* 修改说明:
*
* 版本V1.0.0
*--------------------------------------------------------------------*/
#endregion << 版 本 注 释 >>
namespace SlnMesnac.RfidUpload.Model.apiParam
{
public class OutStoreParam
{
/// <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; }
/// <summary>
/// 容器种类名称
/// </summary>
public string rqzlmc { get; set; }
/// <summary>
/// 总包id
/// </summary>
public string zbid { get; set; }
/// <summary>
/// 寄达局名称
/// </summary>
public string destinationOrgName { get; set; }
/// <summary>
/// 寄达局编号
/// </summary>
public string destinationOrgCode { get; set; }
/// <summary>
/// 容器种类
/// </summary>
public string rqzl { get; set; }
/// <summary>
/// 容器型号
/// </summary>
public string rqxh { get; set; }
/// <summary>
/// 容器型号名称
/// </summary>
public string rqxhmc { get; set; }
}
}