Files

11 lines
220 B
C#
Raw Permalink Normal View History

2026-02-23 14:58:05 +08:00
namespace Sai.Common.Shared.WBSCoder
{
public class WBSData
{
public string WbsCode { get; set; }
public string Name { get; set; }
public string HierarchicalCode { get; set; }
}
}