Files
GateDge2023_ljy/05.长园/CY.PRD_MORPT/SetWorkTimeAfterAuditOperationServicePlugIn.cs
PastSaid b2419eec9c 2
2024-04-10 10:39:04 +08:00

27 lines
685 B
C#
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

using ExtensionMethods;
using Kingdee.BOS.App.Data;
using Kingdee.BOS.Core.DynamicForm.PlugIn;
using Kingdee.BOS.Core.DynamicForm.PlugIn.Args;
using Kingdee.BOS.Log;
using Kingdee.BOS.Orm.DataEntity;
using Kingdee.BOS.Util;
using Newtonsoft.Json;
using System;
using System.ComponentModel;
using System.Linq;
using System.Text;
namespace CY.PRD_MORPT
{
/// <summary>
/// 【服务插件】操作执行后事物结束前修改单据数据包
/// </summary>
[Description("【服务插件_ex】任务汇报审核时计算人员实作工时"), HotUpdate]
public class SetWorkTimeAfterAuditOperationServicePlugIn : AbstractOperationServicePlugIn
{
}
}