EPS_POWERSOURCE_INFO.java 152 B

1234567
  1. package com.epson.mobilephone.common.maintain;
  2. public class EPS_POWERSOURCE_INFO {
  3. int chargeState = 0;
  4. int remaining = 0;
  5. int type = 0;
  6. }