yanjinhui
2025-04-11 cd58c94a09b82528956c2607f580355b0c0cc912
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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; }
    }
}