...
杨前锦
2025-06-11 10e84968f9c70ebf6c83893091a36863b1e27b2a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
using HH.WCS.Mobox3.SXJK.models;
using System;
 
namespace HH.WCS.Mobox3.SXJK
{
 
    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; }
    }
}