南骏 池
5 天以前 6dae2517aa69e7a81e87b8cc2bcb63f401fa77dd
1
2
3
4
5
6
7
8
namespace NewPdaSqlServer.entity
{
    public class Inventory
    {
        public string? ItemNo { get; set; } // 料号
        public string? DepotCode { get; set; } // 仓库
    }
}