This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user