From 2d3fc93b131c7aa771e8f7d08a82d5e9b4946eff Mon Sep 17 00:00:00 2001
From: yangle <admin@YINMOU>
Date: 星期四, 29 六月 2023 16:02:39 +0800
Subject: [PATCH] 提料计划运算(缺料) 日志添加自定义名称方法
---
Model/基础资料/其他基础资料/ClsGy_MatePriceSup_Model.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git "a/Model/\345\237\272\347\241\200\350\265\204\346\226\231/\345\205\266\344\273\226\345\237\272\347\241\200\350\265\204\346\226\231/ClsGy_MatePriceSup_Model.cs" "b/Model/\345\237\272\347\241\200\350\265\204\346\226\231/\345\205\266\344\273\226\345\237\272\347\241\200\350\265\204\346\226\231/ClsGy_MatePriceSup_Model.cs"
index 2f59f77..2f53708 100644
--- "a/Model/\345\237\272\347\241\200\350\265\204\346\226\231/\345\205\266\344\273\226\345\237\272\347\241\200\350\265\204\346\226\231/ClsGy_MatePriceSup_Model.cs"
+++ "b/Model/\345\237\272\347\241\200\350\265\204\346\226\231/\345\205\266\344\273\226\345\237\272\347\241\200\350\265\204\346\226\231/ClsGy_MatePriceSup_Model.cs"
@@ -16,7 +16,7 @@
public DateTime HMakeDate;// datetime
public string HChecker;// varchar(50) --审核人(列表可批量审核)
public DateTime HCheckDate;// datetime
- public bool HUsed;// bit //使用标记
+ public long HUsed;// bit //使用标记
//--------------------------------------------
public long HMaterID;// int --物料内码
public long HRelationID;// int --关联内码(供应商,客户,供应商大类,客户大类,等等)
--
Gitblit v1.9.1