牌位版面調整
This commit is contained in:
@@ -229,6 +229,7 @@ public class designerController : ApiController
|
||||
tsd.Height = item.height == null ? "" : (string)item.height;
|
||||
tsd.TextWidth = item.textWidth == null ? "" : (string)item.textWidth;
|
||||
tsd.TextHeight = item.textHeight == null ? "" : (string)item.textHeight;
|
||||
tsd.TextSpan = item.textSpan == null ? "" : (string)item.textSpan;
|
||||
list.Add(tsd);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user