diff --git a/server/AyaNova/models/WorkOrderItemStatus.cs b/server/AyaNova/models/WorkOrderItemStatus.cs index 73e4b1c3..2e0505aa 100644 --- a/server/AyaNova/models/WorkOrderItemStatus.cs +++ b/server/AyaNova/models/WorkOrderItemStatus.cs @@ -1,11 +1,10 @@ -using AyaNova.Biz; using System.ComponentModel.DataAnnotations; using Newtonsoft.Json; namespace AyaNova.Models { - //NOTE: Any non required field (nullable in DB) sb nullable here, i.e. decimal? not decimal, - //otherwise the server will call it an invalid record if the field isn't sent from client + //NOTE: This is a feeder collection that is used to select from to tag a workorder item's single status field + //whereas a workorder has a whole collection of workorder states that are set from a separate feeder workorderstate public class WorkOrderItemStatus {