From 5cf8be1f30878aeb2af568f471949d0b9190036a Mon Sep 17 00:00:00 2001
From: wangxinhui <wangxinhui@hnkhzn.com>
Date: 星期五, 19 十二月 2025 16:12:12 +0800
Subject: [PATCH] CTU故障信息接口查询,故障上报至WMS,任务下发优化
---
项目代码/WCSServices/WIDESEAWCS_Model/Models/BasicInfo/Dt_LocationInfo.cs | 17 +++++++----------
1 files changed, 7 insertions(+), 10 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCSServices/WIDESEAWCS_Model/Models/BasicInfo/Dt_LocationInfo.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCSServices/WIDESEAWCS_Model/Models/BasicInfo/Dt_LocationInfo.cs"
index fbf51af..f13d983 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCSServices/WIDESEAWCS_Model/Models/BasicInfo/Dt_LocationInfo.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCSServices/WIDESEAWCS_Model/Models/BasicInfo/Dt_LocationInfo.cs"
@@ -10,15 +10,14 @@
namespace WIDESEAWCS_Model.Models
{
/// <summary>
- /// 璐т綅淇℃伅
+ /// 搴撲綅淇℃伅
/// </summary>
- [SugarTable(nameof(Dt_LocationInfo), "璐т綅淇℃伅")]
+ [SugarTable(nameof(Dt_LocationInfo), "搴撲綅淇℃伅")]
public class Dt_LocationInfo : BaseEntity
{
/// <summary>
/// 涓婚敭
/// </summary>
- [ImporterHeader(Name = "涓婚敭")]
[ExporterHeader(DisplayName = "涓婚敭")]
[SugarColumn(IsPrimaryKey = true, IsIdentity = true, ColumnDescription = "涓婚敭")]
public int Id { get; set; }
@@ -26,8 +25,7 @@
/// <summary>
/// 搴撳尯缂栧彿
/// </summary>
- [ImporterHeader(IsIgnore = true)]
- [ExporterHeader(IsIgnore = true)]
+ [ExporterHeader(DisplayName = "搴撳尯缂栧彿")]
[SugarColumn(IsNullable = false, ColumnDescription = "搴撳尯缂栧彿")]
public int WarehouseId { get; set; }
@@ -98,23 +96,22 @@
/// <summary>
/// 璐т綅鐘舵��
/// </summary>
- [ImporterHeader(Name = "璐т綅鐘舵��")]
- [ExporterHeader(DisplayName = "璐т綅鐘舵��")]
+ [ImporterHeader(Name = "璐т綅鐘舵��(0:绌洪棽;1:閿佸畾;100:鏈夎揣)")]
+ [ExporterHeader(DisplayName = "璐т綅鐘舵��(0:绌洪棽;1:閿佸畾;100:鏈夎揣)")]
[SugarColumn(IsNullable = true, DefaultValue = "0", ColumnDescription = "璐т綅鐘舵��")]
public int LocationStatus { get; set; }
/// <summary>
/// 绂佺敤鐘舵��
/// </summary>
- [ImporterHeader(Name = "绂佺敤鐘舵��")]
- [ExporterHeader(DisplayName = "绂佺敤鐘舵��")]
+ [ImporterHeader(Name = "绂佺敤鐘舵��(0:姝e父;3:绂佺敤)")]
+ [ExporterHeader(DisplayName = "绂佺敤鐘舵��(0:姝e父;3:绂佺敤)")]
[SugarColumn(IsNullable = true, DefaultValue = "0", ColumnDescription = "绂佺敤鐘舵��")]
public int EnableStatus { get; set; }
/// <summary>
/// 澶囨敞
/// </summary>
- [ImporterHeader(Name = "澶囨敞")]
[ExporterHeader(DisplayName = "澶囨敞")]
[SugarColumn(IsNullable = true, Length = 200, ColumnDescription = "澶囨敞")]
public string Remark { get; set; }
--
Gitblit v1.9.3