临河任务调度
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

BookStoreTestConsts.cs 149B

123456
  1. namespace Acme.BookStore;
  2. public static class BookStoreTestConsts
  3. {
  4. public const string CollectionDefinitionName = "BookStore collection";
  5. }