1
zxx
2025-07-04 32a9985c4a3a326d4c30432374247cca5e172c93
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
using HH.WCS.XiaoMi.models;
using System;
 
namespace HH.WCS.XiaoMi
{
 
    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; }
    }
}