杨前锦
2025-07-07 c8f338feee0b6003d8f069b1d37fd9b90dd1b7f4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
 
namespace HH.WCS.Mobox3.SXJK.models
{
    internal class TN_Fuller : BaseModel
    {
        public string S_AREA_CODE { get; set; }  // 库区编码
        public int N_ROW { get; set; } // 排
        public string FULLER_CODE { get; set; } // 富勒的库位
    }
}