牌位版面調整

This commit is contained in:
2026-07-12 21:22:38 +08:00
parent 2686506f9c
commit d71cc605dc
8 changed files with 864 additions and 37 deletions
+1
View File
@@ -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);
}