using System;
using System.Collections.Generic;

namespace MySystem.Models.Main
{
    public partial class PreSendStockDetail
    {
        public int Id { get; set; }
        public int Sort { get; set; }
        public int QueryCount { get; set; }
        public int Status { get; set; }
        public DateTime? CreateDate { get; set; }
        public DateTime? UpdateDate { get; set; }
        public string SeoTitle { get; set; }
        public string SeoKeyword { get; set; }
        public string SeoDescription { get; set; }
        public DateTime? CancelDate { get; set; }
        public ulong CancelFlag { get; set; }
        public int FromStoreId { get; set; }
        public int FromUserId { get; set; }
        public DateTime? ApplyDate { get; set; }
        public ulong ApplyFlag { get; set; }
        public int SourceStoreId { get; set; }
        public string ToRemark { get; set; }
        public int ToStoreId { get; set; }
        public int ToUserId { get; set; }
        public int SnId { get; set; }
        public string SnNo { get; set; }
        public int BrandId { get; set; }
        public int StoreId { get; set; }
        public ulong AuthFlag { get; set; }
    }
}