|
@@ -3,7 +3,9 @@ namespace InABox.Integration.Awg
|
|
|
public interface IAwgComponent : IIntegrationMaterial, IAwgBOMItem
|
|
public interface IAwgComponent : IIntegrationMaterial, IAwgBOMItem
|
|
|
{
|
|
{
|
|
|
string Group { get; set; }
|
|
string Group { get; set; }
|
|
|
|
|
+
|
|
|
string Supplier { get; set; }
|
|
string Supplier { get; set; }
|
|
|
|
|
+ string Finish { get; set; }
|
|
|
double PackSize { get; set; }
|
|
double PackSize { get; set; }
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|