|
|
|
|
|
using System;
|
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
|
using System.Linq;
|
|
|
|
|
|
using System.Text;
|
|
|
|
|
|
using System.Threading.Tasks;
|
|
|
|
|
|
|
|
|
|
|
|
namespace XGL.Models.Model.FoamingMac
|
|
|
|
|
|
{
|
|
|
|
|
|
public class FoamingMacModel
|
|
|
|
|
|
{
|
|
|
|
|
|
public string id { get; set; }
|
|
|
|
|
|
public string workorder_id { get; set; }
|
|
|
|
|
|
public string workorder_code { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
public string product_name { get; set; }
|
|
|
|
|
|
public string product_code { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
public int car_num { get; set; }
|
|
|
|
|
|
public DateTime? begin { get; set; }
|
|
|
|
|
|
public DateTime? beout { get; set; }
|
|
|
|
|
|
public DateTime? plan_time { get; set; }
|
|
|
|
|
|
public string update_time { get; set; }
|
|
|
|
|
|
public string status { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
public string product_date { get; set; }
|
|
|
|
|
|
public string create_by { get; set; }
|
|
|
|
|
|
public string process_id { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
public string attr1 { get; set; }
|
|
|
|
|
|
public string work_batch_code { get; set; }
|
|
|
|
|
|
public string taskcode { get; set; }
|
|
|
|
|
|
public string rfid { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
public string totalCount { get; set; }
|
|
|
|
|
|
public string isbai { get; set;}
|
|
|
|
|
|
public string shift_id { get; set; }
|
|
|
|
|
|
public DateTime start_work_time { get; set; }
|
|
|
|
|
|
public DateTime end_work_time { get; set; }
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|