| | |
| | | using iWare.Wms.Core; |
| | | using iWare.Wms.Core.Service; |
| | | using Microsoft.EntityFrameworkCore; |
| | | using System.ComponentModel; |
| | | using System.ComponentModel.DataAnnotations; |
| | | |
| | | namespace iWare.Wms.Application |
| | |
| | | |
| | | public class WorkPieceLogYieldInput : PageInputBase |
| | | { |
| | | |
| | | /// <summary> |
| | | /// 日志类型 |
| | | /// </summary> |
| | | [Comment("日志类型")] |
| | | public int? PieceLogType { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 日志类型 |
| | | /// </summary> |
| | | [Comment("日志类型")] |
| | | [MaxLength(255)] |
| | | public string PieceLogTypeName { get; set; } |
| | | /// <summary> |
| | | /// 工件号 |
| | | /// </summary> |
| | |
| | | /// </summary> |
| | | public virtual string workingProcedure { get; set; } |
| | | |
| | | |
| | | |
| | | [Description("来源")] |
| | | public string DataCapturePointCname { get; set; } |
| | | |
| | | public virtual string createdUserName { get; set; } |
| | | |
| | | public virtual string remarks { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 工序上线时间 |
| | | /// </summary> |