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

10 行
217B

  1. namespace Campaign_Tracker.Server.ElectionCycles;
  2. public sealed record ElectionCycleJobAssignment(
  3. string JobId,
  4. string JCode,
  5. string CycleId,
  6. string CycleName,
  7. string Status,
  8. bool IsActive);

Powered by TurnKey Linux.