You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
347B

  1. class ConstCommon {
  2. static int kExpiredTime = 12 * 60 * 60 * 1000; //24h
  3. static const String baseUrl = "http://tpf.aztrace.vn";
  4. static const String supplyTypeSeed = "GIONG";
  5. static const String supplyTypeDung = "PHANBON";
  6. static const String supplyTypeSubStrate = "GIATHE";
  7. static const String supplyTypeProtectPlant = "THUOCBVTV";
  8. }