tijian_tieying/web/dccdc.Models/xg_ydytm.cs
2025-02-20 12:14:39 +08:00

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; }
}
}