zxx
2025-05-27 cdf20a4525a2ff9f6fe2c1e9b69fa2854c5848fd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
using HH.WCS.JuShi.models;
using System;
 
namespace HH.WCS.JuShi
{
 
    public  class TN_Loc_EQ_Link : BaseModel
    {
        
        
        public string S_LOC_CODE { get; set; }
        public string S_EQ_CODE { get; set; }
        public string S_EQ_TYPE { get; set; }
        public string S_SEG_CODE { get; set; }
        public string S_ACTION { get; set; }
    }
}