123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- namespace SysDataLibs.TableClass
- {
- #region CheckData
- public class CheckData
- {
- public string BarCode { get; set; } = "";
- public string CheckLimit { get; set; } = "";
- public string CheckProjectTypeID { get; set; } = "";
- public string CheckResult { get; set; } = "";
- public string CheckTime { get; set; } = "";
- public string CheckTotal { get; set; } = "";
- public string CheckUnit { get; set; } = "";
- public string CheckUser { get; set; } = "";
- public string CheckValue { get; set; } = "";
- public string ClientIndexID { get; set; } = "";
- public string CorpKind { get; set; } = "";
- public string CorpName { get; set; } = "";
- public string GreatKindName { get; set; } = "";
- public string HabitatID { get; set; } = "";
- public string ID { get; set; } = "";
- public string IsSelf { get; set; } = "";
- public string LittleKindName { get; set; } = "";
- public string MachineID { get; set; } = "";
- public string MachineMaker { get; set; } = "";
- public string MarketID { get; set; } = "";
- public string Memo { get; set; } = "";
- public string ProduceDate { get; set; } = "";
- public string ProduceUnit { get; set; } = "";
- public string SampleId { get; set; } = "";
- public string SampleName { get; set; } = "";
- public string SendDate { get; set; } = "";
- public string UploadTime { get; set; } = "";
- public string UserID { get; set; } = "";
- public string CorpNameName { get; set; } = "";
- public string CardIndex { get; set; } = "";
- public string LicenseNo { get; set; } = "";
- public string UnitName { get; set; } = "";
- public string IdCode { get; set; } = "";
- public string PositionNo { get; set; } = "";
- }
- #endregion
- }
|