14 changed files with 468 additions and 2535 deletions
@ -1,35 +0,0 @@ |
|||
using System; |
|||
using System.Collections.Generic; |
|||
using System.Linq; |
|||
using System.Threading.Tasks; |
|||
using AMESCoreStudio.WebApi.Models.AMES; |
|||
using AMESCoreStudio.WebApi.Models.BAS; |
|||
using AMESCoreStudio.WebApi.DTO.AMES; |
|||
|
|||
namespace AMESCoreStudio.Web.ViewModels.PCS |
|||
{ |
|||
public class PCS001RViewModel |
|||
{ |
|||
public WipInfo wipInfo { get; set; } |
|||
|
|||
public WipAtt wipAtt { get; set; } |
|||
|
|||
public WipBoard wipBoard { get; set; } |
|||
|
|||
public WipSystem wipSystem { get; set; } |
|||
|
|||
public IEnumerable<WipBarcode> wipBarcode { get; set; } |
|||
|
|||
public IEnumerable<RuleStation> ruleStation { get; set; } |
|||
|
|||
public IEnumerable<MaterialSopDto> materialSop { get; set; } |
|||
|
|||
public IEnumerable<MaterialKpDto> materialKp { get; set; } |
|||
|
|||
public WipLabel wipLabel { get; set; } |
|||
|
|||
public WipMAC wipMAC { get; set; } |
|||
|
|||
public WipBarcodeOther wipBarcodeOther { get; set; } |
|||
} |
|||
} |
@ -1,72 +0,0 @@ |
|||
using System; |
|||
using System.Collections.Generic; |
|||
using System.Linq; |
|||
using System.Threading.Tasks; |
|||
using AMESCoreStudio.WebApi.Models.AMES; |
|||
using AMESCoreStudio.WebApi.Models.BAS; |
|||
using AMESCoreStudio.WebApi.DTO.AMES; |
|||
|
|||
namespace AMESCoreStudio.Web.ViewModels.PCS |
|||
{ |
|||
public class WipDataViewModelNew |
|||
{ |
|||
|
|||
/// <summary>
|
|||
/// 工單資料
|
|||
/// </summary>
|
|||
public WipInfo wipInfo { get; set; } |
|||
|
|||
|
|||
/// <summary>
|
|||
/// 工單屬性
|
|||
/// </summary>
|
|||
public WipAtt wipAtt { get; set; } |
|||
|
|||
/// <summary>
|
|||
/// 生產序號
|
|||
/// </summary>
|
|||
public WipBarcode wipBarcode { get; set; } |
|||
|
|||
/// <summary>
|
|||
/// 板卡資訊
|
|||
/// </summary>
|
|||
public WipBoard wipBoard { get; set; } |
|||
|
|||
/// <summary>
|
|||
/// 系統組裝
|
|||
/// </summary>
|
|||
public WipSystem wipSystem { get; set; } |
|||
|
|||
public IEnumerable<WipBarcode> wipBarcodes { get; set; } |
|||
|
|||
public IEnumerable<RuleStationDto> ruleStations { get; set; } |
|||
|
|||
public IEnumerable<MaterialSopDto> materialSops { get; set; } |
|||
|
|||
public IEnumerable<WipKpDto> WipKps { get; set; } |
|||
|
|||
public IEnumerable<MaterialOutfit> Outfits { get; set; } |
|||
|
|||
/// <summary>
|
|||
///
|
|||
/// </summary>
|
|||
public WipSop wipSop { get; set; } |
|||
|
|||
/// <summary>
|
|||
/// 標籤
|
|||
/// </summary>
|
|||
public WipLabel wipLabel { get; set; } |
|||
|
|||
/// <summary>
|
|||
/// MAC
|
|||
/// </summary>
|
|||
public WipMAC wipMAC { get; set; } |
|||
|
|||
/// <summary>
|
|||
/// 條碼區間設定
|
|||
/// </summary>
|
|||
public WipBarcodeOther wipBarcodeOther { get; set; } |
|||
|
|||
|
|||
} |
|||
} |
File diff suppressed because one or more lines are too long
Loading…
Reference in new issue