using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Ropin.Inspection.Model
{
    public class TprdLogCreateModel : BaseViewModel
    {
       // public Guid C_Code { get; set; }
        public Guid C_ProductCode { get; set; }
        public int I_Type { get; set; }
        public string C_StoreCode { get; set; }
        public string C_DeviceCode { get; set; }
        public string C_SpotCode { get; set; }
        public string C_AlarmMsg { get; set; }
        public string C_Remark { get; set; }
        //public Guid C_CreateBy { get; set; }
        //public DateTime D_CreateOn { get; set; }
    }
}