Browse Source
* commit '5d2b7133de2da0d6e3898a116306dfd193f04f1d': REPORT-63092 组件复用-拖入带数据集的复用组件,删除设计画布中的组件后,数据集没有被删除 REPORT-63729 填报-控件-控件数据字典设置显示值为公式时,公式界面关几次才关得掉 REPORT-63729 填报-控件-控件数据字典设置显示值为公式时,公式界面关几次才关得掉feature/x
superman
3 years ago
4 changed files with 11 additions and 7 deletions
@ -0,0 +1,5 @@
|
||||
package com.fr.design.constants; |
||||
|
||||
public class TableDataConstants { |
||||
public static final String SEPARATOR = "_"; |
||||
} |
Loading…
Reference in new issue