From 92ccdad8c650bd489a3817d4bcf5a682fe978a12 Mon Sep 17 00:00:00 2001
From: zrg <z18737863051@163.com>
Date: 星期二, 17 十二月 2024 09:14:55 +0800
Subject: [PATCH] 作业指导书增加根据类型查询 报工台增加新增与删除权限 自定义菜单增加角色查询菜单
---
Model/仓库管理/ClsKf_OtherInBillMain.cs | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git "a/Model/\344\273\223\345\272\223\347\256\241\347\220\206/ClsKf_OtherInBillMain.cs" "b/Model/\344\273\223\345\272\223\347\256\241\347\220\206/ClsKf_OtherInBillMain.cs"
index 60c89b4..724eb33 100644
--- "a/Model/\344\273\223\345\272\223\347\256\241\347\220\206/ClsKf_OtherInBillMain.cs"
+++ "b/Model/\344\273\223\345\272\223\347\256\241\347\220\206/ClsKf_OtherInBillMain.cs"
@@ -18,5 +18,6 @@
public string HInnerBillNo;// varchar(50) --内部单据号
public bool HRedBlueFlag;// bit --红蓝单
public string HStockStyle;// varchar(100) //入库类型
+
}
}
--
Gitblit v1.9.1