kyy
2025-09-20 fd8a1399090dd3a57b557a7c8d270362397bc21f
1
2
3
4
5
6
7
8
namespace NewPdaSqlServer.entity
{
    public class Inventory
    {
        public string? ItemNo { get; set; } // 料号
        public string? DepotCode { get; set; } // 仓库
    }
}