From ff247ae3a329229de9a6a68146450daf77adfa48 Mon Sep 17 00:00:00 2001 From: Rodney Chen <rodney.chen@hotmail.com> Date: 星期六, 28 十二月 2024 16:05:56 +0800 Subject: [PATCH] Add PLAN_DATE property to BIZ_MES_WO_BATCH model This enhancement provides additional scheduling information by storing the planned date for a work order batch. --- Tiger.IBusiness/Tiger.IBusiness.csproj | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/Tiger.IBusiness/Tiger.IBusiness.csproj b/Tiger.IBusiness/Tiger.IBusiness.csproj index f3827b4..c4a9de9 100644 --- a/Tiger.IBusiness/Tiger.IBusiness.csproj +++ b/Tiger.IBusiness/Tiger.IBusiness.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