mh_jy_safe/APT.MicroApi/APT.PP.WebApi/Controllers/Api/T4/T4Control.cs
wyw ee2b7725fc 1、培训计划明细添加是否直接触发培训记录字段
2、培训计划审批结束时 对字段初始化
3、跑批修改加入 初始化触发搜索  触发表单并修改值
2025-11-26 23:06:08 +08:00

19 lines
610 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.

//------------------------------------------------------------------------------
// T4模板文件基础接口类
// 此代码由T4模板自动生成
// 对此文件的更改可能会导致不正确的行为,并且如果重新生成代码,这些更改将会丢失。
//------------------------------------------------------------------------------
using APT.Infrastructure.Core;
using Microsoft.AspNetCore.Mvc;
using System.Collections.Generic;
using APT.Utility;
using APT.Infrastructure.Api;
using APT.BaseData.Domain.ApiModel.PF;
namespace APT.PP.WebApi.Controllers.Api
{
}