公告板
版本库
filestore
活动
搜索
登录
~whychwj
/
haha
keke
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
设备历史告警页面中,选中下方的告警记录,如果是历史告警,进入到历史告警页面并且选中当前告警的机房
LiJun
2018-11-07
b75b274264d2f738243076854a1b0a0d2770b7ea
[~whychwj/haha.git]
/
gx_tieta
/
src
/
com
/
fgkj
/
fbo
/
FboDateTime.java
1
2
3
4
5
6
7
8
9
10
package com.fgkj.fbo;
public class FboDateTime {
public int year;
public int month;
public int day;
public int hour;
public int minute;
public int second;
}