公告板
版本库
filestore
活动
搜索
登录
李军
/
Device_Simulator_DTS_Tester
工控屏调试软件
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
V1.108 edit by lijun 2025-04-28 1.添加锁具ID卡信息读取
DELL
2025-04-28
e6eb7fb0af366e370f125668d62e89eb0004f517
[~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;
}