kazelee
6 小时以前 2d3ee03961d6cfbde70342e8a97bc7b05d0b0dc3
models/TN_Task.cs
@@ -96,7 +96,8 @@
        ///// </summary>
        //public int N_FORCE { get; set; } = 0;
        internal static string GetStateStr(int state) {
        #region 非字段部分
        public static string GetStateStr(int state) {
            // 0等待 1已推送 2执行 3完成 4错误
            var status = "";
            switch (state) {
@@ -108,5 +109,6 @@
            }
            return status;
        }
        #endregion
    }
}