This commit is contained in:
PastSaid
2024-07-16 10:33:50 +08:00
parent e8a1f46c3d
commit fa480006a8
132 changed files with 20893 additions and 4519 deletions

View File

@@ -0,0 +1,20 @@
using Kingdee.BOS.Core.Bill.PlugIn;
using Kingdee.BOS.Core.List.PlugIn.Args;
using Kingdee.BOS.Core.Metadata.ConvertElement.PlugIn;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace HUIWEI.MJ_MouldOrder
{
public class BillConvertEventPlugInEx : AbstractBillPlugIn
{
public override void OnShowConvertOpForm(ShowConvertOpFormEventArgs e)
{
base.OnShowConvertOpForm(e);
}
}
}