From 532ed84f0a9f2a5618039001819a3e74866bd2d4 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Sat, 27 Mar 2021 15:22:04 +0000 Subject: [PATCH] --- server/AyaNova/models/WorkOrderItemStatus.cs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 {