14 lines
249 B
C#
14 lines
249 B
C#
namespace NBF
|
|
{
|
|
public class BuildTaskId
|
|
{
|
|
public const int Excel = 1;
|
|
public const int AB = 2;
|
|
|
|
public const int App = 3;
|
|
|
|
public const int CopyShare = 4;
|
|
|
|
public const int DingTalkNotice = 5;
|
|
}
|
|
} |