generated from wenjy/Sln.Iot
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
503 B
C#
23 lines
503 B
C#
namespace Sln.Iot.Model.api.Recipes.BasicRecipeVisibility.RecipeActivated.@enum
|
|
{
|
|
/// <summary>
|
|
/// 相关表面枚举
|
|
/// </summary>
|
|
public enum RelevantSurface
|
|
{
|
|
/// <summary>
|
|
/// 无特殊指名
|
|
/// </summary>
|
|
NotSpecified = 0,
|
|
|
|
/// <summary>
|
|
/// 作用于表面
|
|
/// </summary>
|
|
PrimarySurface = 1,
|
|
|
|
/// <summary>
|
|
/// 作用于内层
|
|
/// </summary>
|
|
SecondarySurface = 2
|
|
}
|
|
} |