namespace TsSFCDevice.Client.Launch.PreserveTemplate
{
public static class TemplateConstValue
{
///
/// PM的保养
///
public const string CompositeTemplateV1 = "FM-P0047.03";
///
/// PM的保养
///
public const string CompositeTemplateV2 = "FM-P0079.02";
///
/// AM的月度保养
///
public const string MonthTemplateV1 = "FM-P0075.17";
///
/// AM的每日保养
///
public const string DailyTemplateV1 = "FM-P0075.15";
///
/// AM的每日保养
///
public const string DailyTemplateV2 = "FM-P0075.01";
}
}