This commit is contained in:
2021-03-27 15:22:04 +00:00
parent c40c4f01a4
commit 532ed84f0a

View File

@@ -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
{