Feature #4: Pre-defined/Restricted Locations
Configurable list and location suggestions. Ability to restrict locations. Shows 'occupied' locations.
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Web;
|
||||
|
||||
namespace Disco.Web.Areas.API.Models.Job
|
||||
{
|
||||
public class DeviceHeldLocationModel
|
||||
{
|
||||
public string Location { get; set; }
|
||||
public string References { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user