From f94f83b88bcfa267ebaed30af58fdbf2327c0491 Mon Sep 17 00:00:00 2001 From: yusijie <ysj@hz-kingdee.com> Date: 星期三, 17 七月 2024 11:34:44 +0800 Subject: [PATCH] 设备,器具报表(点检任务,保养任务,维修任务,故障登记跟踪);设备,器具编辑页面添加源单字段信息;条码生成页面添加检验员字段 --- WebAPI/Models/Customer.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/WebAPI/Models/Customer.cs b/WebAPI/Models/Customer.cs index 5516a7a..50af899 100644 --- a/WebAPI/Models/Customer.cs +++ b/WebAPI/Models/Customer.cs @@ -96,7 +96,7 @@ public long HUSEORGID { get; set; } - + public string HMateOutEmp { get; set; }//棰嗙敤浜� } -- Gitblit v1.9.1