Skip to content
Snippets Groups Projects
Commit 0cf2b3ff authored by Maksim Khramov's avatar Maksim Khramov
Browse files

Add fields for contractor dto

parent bb997496
No related branches found
Tags 1.0.6
No related merge requests found
......@@ -9,6 +9,9 @@ class Contractor extends DataTransferObject
public int $id;
public string $first_name;
public string $last_name;
public string $patronymic;
public string $citizenship;
public string $sex;
public string $phone;
public ?string $email = null;
public string $inn;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment