|
|
@ -3,11 +3,7 @@ using Win_in.Sfs.Shared.Domain; |
|
|
|
using Win_in.Sfs.Shared.Domain.Shared; |
|
|
|
|
|
|
|
namespace Win_in.Sfs.Basedata.Application.Contracts; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[Display(Name = "器具容量占用信息")] |
|
|
|
|
|
|
|
public class EquipmentLocCapDTO : SfsBaseDataDTOBase, IHasCode |
|
|
|
{ |
|
|
|
/// <summary>
|
|
|
@ -15,12 +11,11 @@ public class EquipmentLocCapDTO : SfsBaseDataDTOBase, IHasCode |
|
|
|
/// </summary>
|
|
|
|
[Display(Name = "器具代码")] |
|
|
|
public string Code { get; set; } |
|
|
|
/// <summary>
|
|
|
|
/// 占用百分比
|
|
|
|
/// </summary>
|
|
|
|
[Display(Name = "占用百分比")] |
|
|
|
public decimal Percent { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// 零件号
|
|
|
|
/// </summary>
|
|
|
|