|
|
@ -249,6 +249,10 @@ namespace LanShengService
|
|
|
|
if (deviceData.Data8_B7_1104 == null) {
|
|
|
|
if (deviceData.Data8_B7_1104 == null) {
|
|
|
|
deviceData.Data8_B7_1104 = 0;
|
|
|
|
deviceData.Data8_B7_1104 = 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
if(deviceData.BinSize == null)
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
deviceData.BinSize = 0;
|
|
|
|
|
|
|
|
}
|
|
|
|
foreach (PropertyInfo propertyInfo in TempPropertys)
|
|
|
|
foreach (PropertyInfo propertyInfo in TempPropertys)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
if (propertyInfo.GetValue(deviceData) == null) {
|
|
|
|
if (propertyInfo.GetValue(deviceData) == null) {
|
|
|
|