服务端的TigerApi 框架,基于.NET6 2024 版本
Rodney Chen
2025-03-11 b9367c7d3ac63d5910a11865e3dcc2413c2140f5
Merge branch 'master' of http://47.115.28.255:8110/r/TigerClouds-Tech/Server/TigerApi6_2024
已修改2个文件
13 ■■■■■ 文件已修改
Tiger.Business.WMS/ERP/WMS_U9C.cs 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Tiger.Model.Net/Entitys/WMS/V_WMS_ITEM_SUM.cs 12 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Tiger.Business.WMS/ERP/WMS_U9C.cs
@@ -48,6 +48,7 @@
        public static string CreateTransferInUrl
        { get; set; } = ApiConfig.IsTestServer ? Cache.SysParam["CreateTransferInUrl_Test", "U9CUrl"].PARAM_VALUE : Cache.SysParam["CreateTransferInUrl", "U9CUrl"].PARAM_VALUE; //http://172.16.80.20/u9c/webapi/TransferIn/Create
        /// <summary>
        /// 新增收货单-来源ASN单接口
        /// </summary>
Tiger.Model.Net/Entitys/WMS/V_WMS_ITEM_SUM.cs
@@ -29,7 +29,15 @@
        /// <summary>
        /// 仓库
        /// </summary>
        public string SUPP_LOTNO { get; set; }
        /// <summary>
        /// 仓库
        /// </summary>
        public string WH_CODE { get; set; }
        /// <summary>
        /// 仓库
        /// </summary>
        public string LOCATION_CODE { get; set; }
        /// <summary>
        /// 物料编码
        /// </summary>
@@ -51,6 +59,10 @@
        /// 单位
        /// </summary>
        public string UNIT { get; set; }
        /// <summary>
        /// 单位
        /// </summary>
        public DateTime FIRST_IN_DATE { get; set; }
        
        #endregion