using System;
|
using System.Collections.Generic;
|
using System.Linq;
|
using System.Text;
|
using System.Threading.Tasks;
|
|
namespace WIDESEAWCS_DTO.SerialPort
|
{
|
public class NotempDTO
|
{
|
public string Njtakeid { get; set; }
|
public string takename { get; set; }
|
public string jishuyuan { get; set; }
|
public string zhijianyuan_lc { get; set; }
|
public string zhijianyuan_dg { get; set; }
|
public string zhijianyuan_dq { get; set; }
|
public string gongzhang { get; set; }
|
public string liju_lc { get; set; }
|
public string fuzhu_lc { get; set; }
|
public string liju_dg { get; set; }
|
public string fuzhu_dg { get; set; }
|
public string liju_dq { get; set; }
|
public string fuzhu_dq { get; set; }
|
}
|
}
|