mh_jy_safe/APT.MicroApi/APT.PP.WebApi/Controllers/Api/T4/T4Control.cs
wyw 364c3dd77f 1、所有总、子公司数据库链接存入Redis,提供基础方法获取链接
2、审批角色 添加 是否总部【ISHEAD】属性  ,总部会同步到子公司,子公司不能修改总部传入的数据
3、审批明细 添加【ISHEAD】属性  ,功能暂未处理
4、首页获取待办修改  使不过滤ORGID
5、用户添加时,如果是总公司 同步到子公司,同步修改了一些bug
6、审批页面数据获取方法【FullGet】提供修改前提 后续功能待完善
7、HeadHelper.GetIsHead 判断是否总部 ["Tenant"]"0003"
2025-10-23 09:54:36 +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
{
}