From 745aa71a76544989535ff193f3ede69200bab2db Mon Sep 17 00:00:00 2001 From: z8018 <1282578289@qq.com> Date: 星期二, 20 五月 2025 14:08:33 +0800 Subject: [PATCH] 未优化的稳定版本 --- 项目代码/WCS/WIDESEAWCS_Server/WIDESEAWCS_Common/ContainerStatusEnum.cs | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Server/WIDESEAWCS_Common/ContainerStatusEnum.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Server/WIDESEAWCS_Common/ContainerStatusEnum.cs" index 2dc5e1b..d117131 100644 --- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Server/WIDESEAWCS_Common/ContainerStatusEnum.cs" +++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Server/WIDESEAWCS_Common/ContainerStatusEnum.cs" @@ -11,5 +11,9 @@ Empty = 0, NonEmpty = 1, + + ReadyRelease = 2, + + Release = 3 } } \ No newline at end of file -- Gitblit v1.9.3