SuccessEntity.fromJson(Map<String, dynamic> json) { id = json["Id"]; number = json["Number"]; dIndex = json["DIndex"]; }