From 74f4d54e15111db46e15680cb47ba7bec847fc3b Mon Sep 17 00:00:00 2001 From: Rodney Chen <rodney.chen@hotmail.com> Date: 星期五, 14 三月 2025 15:47:45 +0800 Subject: [PATCH] 增加送货单(U9)清点和收货单(U9)上架的Controller --- Tiger.Controllers.System/Tiger.Controllers.System.csproj | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/Tiger.Controllers.System/Tiger.Controllers.System.csproj b/Tiger.Controllers.System/Tiger.Controllers.System.csproj index 573d403..30360a6 100644 --- a/Tiger.Controllers.System/Tiger.Controllers.System.csproj +++ b/Tiger.Controllers.System/Tiger.Controllers.System.csproj @@ -4,6 +4,9 @@ <TargetFramework>net6.0</TargetFramework> <ImplicitUsings>enable</ImplicitUsings> <Nullable>enable</Nullable> + <Authors>TigerClouds Team</Authors> + <Company>娣卞湷甯傞挍鏍间簯绉戞妧鏈夐檺鍏徃 (SZ TigerClouds Technology Co.,Ltd.)</Company> + <Copyright>Copyright 漏 2020-2025 SZ TigerClouds Technology Co.,Ltd.. All rights reserved.</Copyright> </PropertyGroup> <ItemGroup> -- Gitblit v1.9.3