18 lines
409 B
C#
18 lines
409 B
C#
|
|
using System;
|
|||
|
|
using System.Collections.Generic;
|
|||
|
|
using System.Linq;
|
|||
|
|
using System.Text;
|
|||
|
|
|
|||
|
|
namespace dccdc.Models
|
|||
|
|
{
|
|||
|
|
public class xg_ydytm
|
|||
|
|
{
|
|||
|
|
public string barcode { get; set; }
|
|||
|
|
public int czyid { get; set; }
|
|||
|
|
public int fpr { get; set; }
|
|||
|
|
public DateTime printtime { get; set; }
|
|||
|
|
public DateTime lysj { get; set; }
|
|||
|
|
public DateTime bdsj { get; set; }
|
|||
|
|
}
|
|||
|
|
}
|