From 3ae463f307047d1cc4c89d01dad9e4fb80e2412b Mon Sep 17 00:00:00 2001 From: Anuki-UCSC <65793111+Anuki-UCSC@users.noreply.github.com> Date: Thu, 8 Oct 2020 11:53:45 +0530 Subject: [PATCH] Add files via upload --- test/Food_post_Entity.php | 40 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 test/Food_post_Entity.php diff --git a/test/Food_post_Entity.php b/test/Food_post_Entity.php new file mode 100644 index 0000000..38eb48c --- /dev/null +++ b/test/Food_post_Entity.php @@ -0,0 +1,40 @@ +F_post_id = $F_post_id; + $this->FSid = $FSid; + $this->ad_title = $ad_title; + $this->description = $description; + $this->address = $address; + $this->location = $location; + $this->type = $type; + $this->rating = $rating; + $this->ordering_time_deadlinem = $ordering_time_deadline; + $this->lifespan = $lifespan; + $this->post_amount = $post_amount; + $this->image = $image; + + } + +} + +?> +