This commit is contained in:
PastSaid
2024-03-04 16:50:20 +08:00
parent f3eae0a034
commit 5e2781182d
133 changed files with 20406 additions and 501 deletions

View File

@@ -26,7 +26,7 @@ namespace UseGetFmaterialData
public override void BeforeSave(BeforeSaveEventArgs e)
{
base.BeforeSave(e);
this.View.ShowMessage("插件触发了保存前事件BeforeSave");
//this.View.ShowMessage("插件触发了保存前事件BeforeSave");
if (OrgIdCheck())
{
Entity details = null;