公告板
版本库
filestore
活动
搜索
登录
李军
/
Device_Simulator_DTS_Tester
工控屏调试软件
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
首次提交
DELL
2024-04-01
3724852a7dd499f54740cd682aa7cfe89aea384d
[~whyclj/Device_Simulator_DTS_Tester.git]
/
Device_Simulator_DTS_Tester
/
src
/
com
/
dev
/
ntm
/
data
/
fbo
/
FboDateTime.java
1
2
3
4
5
6
7
8
9
10
package com.dev.ntm.data.fbo;
public class FboDateTime {
public int year;
public int month;
public int day;
public int hour;
public int minute;
public int second;
}