/
KDP
/
SuprTimeLogAutomation
Обзор
Документация
Войти
/
KDP
/
SuprTimeLogAutomation
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Models/TimeLogConfig.cs
12 строк
274 B
Timshin Mikhail
first commit
24 июн 2026, 14:52
24 июн 2026, 14:52
61ceede
Код
Авторство
О чём код?
using System.Text.Json.Serialization; namespace SuprTimeLogAutomation.Models; public class TimeLogConfig { [JsonPropertyName("ProgramPath")] public string ProgramPath { get; set; } [JsonPropertyName("WeekNumber")] public int WeekNumber { get; set; } }