From 88ebcc59f00e2fc135e6dc6fec648fe5bf82e2e0 Mon Sep 17 00:00:00 2001
From: yangle <admin@YINMOU>
Date: 星期三, 28 十二月 2022 10:55:22 +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