kazelee
3 天以前 2d3ee03961d6cfbde70342e8a97bc7b05d0b0dc3
models/TN_RelocationList_Detail.cs
@@ -4,7 +4,13 @@
using System.Text;
using System.Threading.Tasks;
using SqlSugar;
namespace HH.WCS.Mobox3.DSZSH.models {
    /// <summary>
    /// 移库单明细
    /// </summary>
    [SugarTable("TN_RelocationList_Detail")]
    public class TN_RelocationList_Detail : BaseModel {
        public string S_OO_NO { get; set; }
        public string S_ITEM_CODE { get; set; }
@@ -17,7 +23,7 @@
        public string S_BATCH_NO { get; set; }
        public string S_END_AREA { get; set; }
        /// <summary>
        /// 业务状态:0等待执行 1已执行待生成任务 2任务执行中 3任务完成
        /// 业务状态:0等待执行 1已执行待生成任务 2任务执行中 3任务完成
        /// </summary>
        public int N_B_STATE { get; set; } = 1; // 创建即执行
    }