force-app/main/default/classes/MceConfigPDFController.cls
@@ -6,8 +6,9 @@ /** 1ページに表示する明細の数です。 */ //public Boolean HideOrNot{ get; private set; } private Integer rowSize = 35; // TODO カスタムラベルに定義 private Integer nameMax = 20; //名称最大长度 全是中文的话 最多18 但因为不会全是中文 所以设为20 // XLIU-CE654V update by thh 20220507 start private Integer nameMax = 23; //名称最大长度 全是中文的话 最多18 但因为不会全是中文 所以设为20 // XLIU-CE654V update by thh 20220507 end private Integer commentMax = 5; //备注最大长度 //private Integer modelNoMax = 9; //型号最大长度