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.
16 lines
580 B
C#
16 lines
580 B
C#
namespace OpenAuth.App.Common
|
|
{
|
|
public struct TubanZhuanTi {
|
|
|
|
public const string weifayongdi = "Subject_WFYD";
|
|
public const string feifacaikuang = "Subject_FFCK";
|
|
public const string zhongdianwenti1 = "Subject_ZDWT1";
|
|
public const string zhongdianwenti2 = "Subject_ZDWT2";
|
|
public const string gdflh = "Subject_GDFLH";
|
|
public const string wfydwp = "Subject_WPWF";
|
|
public const string xcsj = "Subject_XCSJ";
|
|
public const string sthx = "Subject_STHX";
|
|
public const string stxf = "Subject_STXF";
|
|
}
|
|
}
|