Update Constant.java

cyj
pbvfus8to 8 months ago
parent 31d9765113
commit 28162b1f61

@ -1,16 +1,24 @@
package com.yami.shop.common.constants; package com.yami.shop.common.constants;
/** /**
* `Constant`
* 便使
*
* @author TRACK * @author TRACK
*/ */
public class Constant { public class Constant {
/** /**
* * `PERIOD`.使
* 使.
* 便
*/ */
public static final String PERIOD = "."; public static final String PERIOD = ".";
/** /**
* * `COMMA`,CSV
* 使
* 便
*/ */
public static final String COMMA = ","; public static final String COMMA = ",";
} }
Loading…
Cancel
Save