using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using AMESCoreStudio.WebApi.Models.AMES;
using AMESCoreStudio.WebApi.Models.BAS;

namespace AMESCoreStudio.Web.ViewModels.PCS
{
    public class PCS004CViewModel
    {
        public WipInfo WipInfo { get; set; }

        public WipAtt WipAtt { get; set; }

        public WipBarcode WipBarcode { get; set; }

        public IEnumerable<WipBarcode> WipBarcodes { get; set; }

        public IEnumerable<RuleStation> RuleStation { get; set; }

    }
}