[dataexchange]默认数值格式改为最多保留六位小数

This commit is contained in:
datagear 2019-08-02 14:33:24 +08:00
parent dc8e01e13b
commit 55fc936c8c
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ public class DataFormat implements Serializable
public static final String DEFAULT_TIMESTAMP_FORMAT = "yyyy-MM-dd hh:mm:ss";
public static final String DEFAULT_NUMBER_FORMAT = "#.##";
public static final String DEFAULT_NUMBER_FORMAT = "#.######";
public static final String BINARY_FORMAT_HEX = "Hex";