旧版报表、仓库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

153 lines
3.4 KiB

2 years ago
namespace Warehouse.Models.mesMysqlModel
{
using System;
using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using System.Data.Entity.Spatial;
[Table("js_mes.yd9860_data")]
public partial class yd9860_data
{
public int id { get; set; }
[Required]
[StringLength(100)]
public string barcode { get; set; }
[Required]
[StringLength(50)]
public string line_no { get; set; }
[Required]
[StringLength(50)]
public string para1 { get; set; }
[Required]
[StringLength(50)]
public string set11 { get; set; }
[Required]
[StringLength(50)]
public string test11 { get; set; }
[Required]
[StringLength(50)]
public string set2hi1 { get; set; }
[Required]
[StringLength(50)]
public string set2lo1 { get; set; }
[Required]
[StringLength(50)]
public string test21 { get; set; }
[Required]
[StringLength(50)]
public string result1 { get; set; }
[Required]
[StringLength(50)]
public string para2 { get; set; }
[Required]
[StringLength(50)]
public string set12 { get; set; }
[Required]
[StringLength(50)]
public string test12 { get; set; }
[Required]
[StringLength(50)]
public string set2hi2 { get; set; }
[Required]
[StringLength(50)]
public string set2lo2 { get; set; }
[Required]
[StringLength(50)]
public string test22 { get; set; }
[Required]
[StringLength(50)]
public string result2 { get; set; }
[Required]
[StringLength(50)]
public string para3 { get; set; }
[Required]
[StringLength(50)]
public string set13 { get; set; }
[Required]
[StringLength(50)]
public string test13 { get; set; }
[Required]
[StringLength(50)]
public string set2hi3 { get; set; }
[Required]
[StringLength(50)]
public string set2lo3 { get; set; }
[Required]
[StringLength(50)]
public string test23 { get; set; }
[Required]
[StringLength(50)]
public string result3 { get; set; }
[Required]
[StringLength(50)]
public string para4 { get; set; }
[Required]
[StringLength(50)]
public string set14 { get; set; }
[Required]
[StringLength(50)]
public string test14 { get; set; }
[Required]
[StringLength(50)]
public string set2hi4 { get; set; }
[Required]
[StringLength(50)]
public string set2lo4 { get; set; }
[Required]
[StringLength(50)]
public string test24 { get; set; }
[Required]
[StringLength(50)]
public string result4 { get; set; }
[Required]
[StringLength(50)]
public string start { get; set; }
[Required]
[StringLength(50)]
public string finish { get; set; }
[Required]
[StringLength(50)]
public string total_sec { get; set; }
[Required]
[StringLength(50)]
public string result { get; set; }
public DateTime create_time { get; set; }
}
}