kazelee
2025-06-23 6b9801e47304eac1640cf737ef6bc039ff104dd1
models/TN_Container.cs
@@ -8,7 +8,19 @@
    /// </summary>
    [SugarTable("TN_Container")]
    public class TN_Container : BaseModel {
        public string S_CODE { get; set; }
        public string S_CODE { get; set; } = string.Empty;
        /// <summary>
        /// 容器类型
        /// </summary>
        public string S_TYPE { get; set; } = string.Empty;
        /// <summary>
        /// 规格(用于记录容器适用的物料编号)
        /// </summary>
        public string S_SPEC { get; set; } = string.Empty;
        /// <summary>
        /// 来源(这里记录为创建该容器的主体:Mobox或具体的任务)
        /// </summary>
        public string S_SOURCE { get; set; } = string.Empty;
        public int N_DETAIL_COUNT { get; set; }