lizhanwei
2020-03-04 de8c957f910882394cd430af5a59968d8d31fb39
1
2
3
4
5
6
7
8
package safeluck.drive.evaluation.bean;
 
public class DeviceWorkMCU {
    public int event;
    public int timeout;
 
 
}