forked from p81075629/datagear
[dataexchange]默认数值格式改为最多保留六位小数
This commit is contained in:
parent
dc8e01e13b
commit
55fc936c8c
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in New Issue