hdw
2018-12-06 f4b6dca49bfc4ce0ff31ddd34336c12bca20f41d
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;
}