|
@ -85,7 +85,7 @@ namespace CK.SCP.Models.ScpEntity |
|
|
[StringLength(50)] |
|
|
[StringLength(50)] |
|
|
public string Site { get; set; } |
|
|
public string Site { get; set; } |
|
|
public int State { get; set; } |
|
|
public int State { get; set; } |
|
|
[StringLength(50)] |
|
|
[StringLength(500)] |
|
|
public string Remark { get; set; } |
|
|
public string Remark { get; set; } |
|
|
|
|
|
|
|
|
public DateTime? ShipTime { get; set; } |
|
|
public DateTime? ShipTime { get; set; } |
|
|