Browse Source

添加分隔符

tuonina 5 years ago
parent
commit
72827233fb
1 changed files with 7 additions and 1 deletions
  1. 7 1
      tuon-core/src/main/kotlin/cn/tonyandmoney/tuon/core/TuonCore.kt

+ 7 - 1
tuon-core/src/main/kotlin/cn/tonyandmoney/tuon/core/TuonCore.kt

@@ -5,4 +5,10 @@ package cn.tonyandmoney.tuon.core
  * @Description TODO
  * @Date 2019/8/25 19:33
  * @Created by Administrator
- */
+ */
+
+/**
+ * 分隔符
+ */
+const val DELIMITER = ",";
+const val DELIMITER_="_";