mirror of
https://github.com/bolucat/Archive.git
synced 2026-04-23 00:17:16 +08:00
9 lines
198 B
C#
9 lines
198 B
C#
namespace ServiceLib.Models
|
|
{
|
|
[Serializable]
|
|
public class RoutingTemplate
|
|
{
|
|
public string Version { get; set; }
|
|
public RoutingItem[] RoutingItems { get; set; }
|
|
}
|
|
} |