11 lines
220 B
C#
11 lines
220 B
C#
namespace Sai.Common.Shared.WBSCoder
|
|
{
|
|
public class WBSData
|
|
{
|
|
public string WbsCode { get; set; }
|
|
|
|
public string Name { get; set; }
|
|
|
|
public string HierarchicalCode { get; set; }
|
|
}
|
|
} |