Added Order Form and File

This commit is contained in:
Frank Schubert
2021-07-30 18:24:51 +02:00
parent 1ae970564f
commit ec0abff225
18 changed files with 1078 additions and 101 deletions

View File

@@ -4,6 +4,7 @@ class FileModel {
public $name;
public $description;
public $filename;
public $store_filename;
public $orig_filename;
public $subfolder;