提交代码
This commit is contained in:
parent
d9b784a3d4
commit
cc639f4cab
|
@ -95,5 +95,14 @@ namespace Model
|
||||||
get;
|
get;
|
||||||
set;
|
set;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// 是否海外项目
|
||||||
|
/// </summary>
|
||||||
|
public bool IsForeign
|
||||||
|
{
|
||||||
|
get;
|
||||||
|
set;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -46,7 +46,7 @@
|
||||||
</system.Web>
|
</system.Web>
|
||||||
-->
|
-->
|
||||||
<system.web>
|
<system.web>
|
||||||
<compilation debug="false" targetFramework="4.6.1"/>
|
<compilation debug="true" targetFramework="4.6.1"/>
|
||||||
<httpRuntime/>
|
<httpRuntime/>
|
||||||
<pages controlRenderingCompatibilityVersion="4.0"/>
|
<pages controlRenderingCompatibilityVersion="4.0"/>
|
||||||
</system.web>
|
</system.web>
|
||||||
|
|
Loading…
Reference in New Issue