first commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using NJsonSchema.Annotations;
|
||||
|
||||
namespace OpenWarehouse.warehouse.api.Model.Tool;
|
||||
|
||||
public class InitializationModel
|
||||
{
|
||||
[NotNull]
|
||||
public string? Login { get; set; }
|
||||
[NotNull]
|
||||
public string? Password { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user