2023-09-15 16:04:11 +08:00
|
|
|
|
|
|
|
|
import 'package:get/get.dart';
|
|
|
|
|
import '../checkingInSetHolidays/checkingInSetHolidays_entity.dart';
|
|
|
|
|
|
|
|
|
|
class CheckingInDeletHolidaysState{
|
|
|
|
|
|
|
|
|
|
CheckingInDeletHolidaysState() {
|
|
|
|
|
Map map = Get.arguments;
|
2024-06-07 10:53:24 +08:00
|
|
|
listItem.value = map['listItem'];
|
2023-09-15 16:04:11 +08:00
|
|
|
}
|
2024-06-07 10:53:24 +08:00
|
|
|
final Rx<ListItem> listItem = ListItem().obs;
|
2023-09-15 16:04:11 +08:00
|
|
|
}
|