This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
bpa
/
BPASmartClient
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
MORKTM
样式分支
NXX
2 years ago
parent
d25a7e6e83
commit
cbb494de60
2 changed files
with
2 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
BPASmartClient.MorkTM/Model/WritePar.cs
+1
-0
BPASmartClient.MorkTM/OrderLocInfo.cs
+ 1
- 0
BPASmartClient.MorkTM/Model/WritePar.cs
View File
@@ -10,5 +10,6 @@ namespace BPASmartClient.MorkTM.Model
{
{
public string Address { get; set; }
public string Address { get; set; }
public object Value { get; set; }
public object Value { get; set; }
}
}
}
}
+ 1
- 0
BPASmartClient.MorkTM/OrderLocInfo.cs
View File
@@ -14,6 +14,7 @@ namespace BPASmartClient.MorkTM
public string GoodName { get; set; }
public string GoodName { get; set; }
public Dictionary<int, float> GoodPushes { get; set; }
public Dictionary<int, float> GoodPushes { get; set; }
}
}
}
}
Write
Preview
Loading…
Cancel
Save