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