任务单排班 质量bug

This commit is contained in:
2024-08-23 13:40:20 +08:00
parent a9a64ca88e
commit fea4b31b09
8 changed files with 135 additions and 58 deletions

View File

@@ -29,5 +29,10 @@ namespace Tnb.BasicData
/// BIP地址
/// </summary>
public const string BIPURL = "bipUrl";
/// <summary>
/// 白班夜班时间
/// </summary>
public const string DAYNIGHTWORKTIME = "dayNightWorkTime";
}
}