123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- using System;
- using System.Collections.Generic;
- namespace MySystem.MpMainModels2
- {
- public partial class MachineApply
- {
- public int Id { get; set; }
- public int Sort { get; set; }
- public int QueryCount { get; set; }
- public int Status { get; set; }
- public int Version { get; set; }
- public DateTime? CreateDate { get; set; }
- public DateTime? UpdateDate { get; set; }
- public string CreateMan { get; set; }
- public string UpdateMan { get; set; }
- public string SeoTitle { get; set; }
- public string SeoKeyword { get; set; }
- public string SeoDescription { get; set; }
- public string SendSn { get; set; }
- public int TopUserId { get; set; }
- public DateTime? SendDate { get; set; }
- public int StoreType { get; set; }
- public int StoreUserId { get; set; }
- public string Remark { get; set; }
- public string StoreManagerMobile { get; set; }
- public string StoreManager { get; set; }
- public string StoreAddress { get; set; }
- public string StoreAreas { get; set; }
- public string StoreName { get; set; }
- public int StoreId { get; set; }
- public string SwapSnExpand { get; set; }
- public string OrderExpand { get; set; }
- public string SwapActProName { get; set; }
- public int SwapActProType { get; set; }
- public int DeliveryType { get; set; }
- public string ExpressName { get; set; }
- public string ExpressNo { get; set; }
- public int ReturnStatus { get; set; }
- public string ReturnOrderNo { get; set; }
- public int SendStatus { get; set; }
- public DateTime? CompleteTime { get; set; }
- public string AuditRemark { get; set; }
- public int AuditResult { get; set; }
- public DateTime? AuditTime { get; set; }
- public string AuditBy { get; set; }
- public DateTime? ApplyTime { get; set; }
- public int ApplyDeviceNum { get; set; }
- public string ApplyDeviceName { get; set; }
- public string Mobile { get; set; }
- public string RealName { get; set; }
- public string Address { get; set; }
- public string Areas { get; set; }
- public string ProductName { get; set; }
- public int BrandId { get; set; }
- public int UserId { get; set; }
- public string ApplyNo { get; set; }
- public int OperateId { get; set; }
- }
- }
|