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