using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Common
{
public class ObstructFlag
{
///
/// 命名
///
public string strName = "功能描述";
///
/// true/false
///
public bool flag = true;
}
}