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.

45 lines
1.2 KiB
C#

1 month ago
using System;
using System.Collections.Generic;
using System.Text;
#region << 版 本 注 释 >>
/*--------------------------------------------------------------------
* (c) 2024 WenJY
* CLR4.0.30319.42000
* T14-GEN3-7895
* SlnMesnac.RfidUpload.Model
* 9dfe9f14-5520-4242-9cfc-25620e6632e5
*
* WenJY
*
* 2024-12-06 9:53:12
* V1.0.0
*
*
*--------------------------------------------------------------------
*
*
*
*
* V1.0.0
*--------------------------------------------------------------------*/
#endregion << 版 本 注 释 >>
namespace SlnMesnac.RfidUpload.Model
{
/// <summary>
/// 封发计划信息
/// </summary>
public class TransferOrderInfo
{
public string dbdh { get; set; }
public string jsdw{get;set;}
public string ffjhNo{get;set;}
public string rqzlbm{get;set;}
public string rqzlmc{get;set;}
public string rqxhbm{get;set;}
public string rqxhmc{get;set;}
public string kdbsl{get;set;}
public string ffjhscrq { get;set;}
}
}