correction types warehouses, products et suppliers

This commit is contained in:
2025-11-27 14:52:09 +01:00
parent 038b0aa26d
commit cd7bfe618a
17 changed files with 47 additions and 47 deletions

View File

@@ -9,7 +9,7 @@ public class Supplier
[Required, MaxLength(100)] public string? Email { get; set; }
[Required, MaxLength(30)] public string? Phone { get; set; }
[Required, MaxLength(100)] public string? Address { get; set; }
[Required] public int ZipCode { get; set; }
[Required] public string? ZipCode { get; set; }
[Required, MaxLength(100)] public string? City { get; set; }
[Required] public int DeliveryDelay { get; set; }