You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
312 B
Dart
9 lines
312 B
Dart
|
1 month ago
|
class RequestConstants {
|
||
|
|
// static const String porOrgacode = "0004"; // Genish
|
||
|
|
static const String porOrgacode = "0005"; // BEMO
|
||
|
|
static const String pctCstycode = "I";
|
||
|
|
static const String channelCode = "01";
|
||
|
|
static const String plcLocacode = "plcLocacode";
|
||
|
|
static const bool isOTPRequired = true;
|
||
|
|
}
|