仪表盘
版本库
文件存储
活动
搜索
登录
main
/
SafePlatform.gitlab
原gitlab中SafePlatform项目
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
remove and commit
郑永安
2023-06-19
7a6abd05683528032687c75e80e0bd2030a3e46c
[SafePlatform.gitlab.git]
/
account
/
account-service
/
src
/
main
/
java
/
com
/
gkhy
/
safePlatform
/
account
/
model
/
constant
/
Constants.java
1
2
3
4
5
6
7
8
package com.gkhy.safePlatform.account.model.constant;
import java.time.format.DateTimeFormatter;
public class Constants {
public static final DateTimeFormatter DF_yyyyMMdd = DateTimeFormatter.ofPattern("yyyy-MM-dd");
}