調整牌位排版,增加疏文列印

This commit is contained in:
2026-07-13 17:49:11 +08:00
parent d71cc605dc
commit fbfa8dd361
7 changed files with 413 additions and 3 deletions
+1
View File
@@ -159,6 +159,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;
tsd.TwoOffset = item.twoOffset == null ? "" : (string)item.twoOffset;
tsd.ThreeOffset = item.threeOffset == null ? "" : (string)item.threeOffset;
tsd.FourOffset = item.fourOffset == null ? "" : (string)item.fourOffset;