From 12a941a2b6e6fbec1098fbafb66af17ce215d9ff Mon Sep 17 00:00:00 2001 From: leo <10200039@qq.com> Date: Sun, 16 Apr 2023 20:39:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=89=A9=E6=96=99=E8=A7=86?= =?UTF-8?q?=E5=9B=BE=E6=A8=A1=E5=9E=8B=20=E5=A2=9E=E5=8A=A0=E5=8D=8F?= =?UTF-8?q?=E5=90=8C=E7=B1=BB=E5=9E=8B=E5=AD=97=E6=AE=B5=EF=BC=8C=E4=BB=A5?= =?UTF-8?q?=E5=8C=BA=E5=88=86=E4=B8=8D=E5=90=8C=E7=9A=84=E8=B7=AF=E7=BA=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FactorySystemModel/SqlSugarModel/TFS_ViewMaterial.cs | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/FactorySystemModel/SqlSugarModel/TFS_ViewMaterial.cs b/FactorySystemModel/SqlSugarModel/TFS_ViewMaterial.cs index 70a2f23..54b7278 100644 --- a/FactorySystemModel/SqlSugarModel/TFS_ViewMaterial.cs +++ b/FactorySystemModel/SqlSugarModel/TFS_ViewMaterial.cs @@ -872,5 +872,12 @@ namespace FactorySystemModel.SqlSugarModel /// Nullable:False /// public string FMRP4FollowMaterial { get; set; } + + /// + /// Desc:协同类型:0协同、1物料新增、2配方变更 + /// Default:0 + /// Nullable:False + /// + public int FTeamType { get; set; } } }