| | |
| | | public List<EstimateInfo> targetObjList { get; private set; } |
| | | /** 1ページに表示する明細の数です。 */ |
| | | //public Boolean HideOrNot{ get; private set; } |
| | | private Integer rowSize = 30; // TODO カスタムラベルに定義 |
| | | |
| | | private Integer nameMax = 20; //名称最大长度 全是中文的话 最多18 但因为不会全是中文 所以设为20 |
| | | private Integer rowSize = 35; // TODO カスタムラベルに定義 |
| | | // 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; //型号最大长度 |
| | | |