Logo
Explore Help
Register Sign In
chenx/qhmes
1
0
Fork 0
You've already forked qhmes
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
b03cbeff9b4d7f1e1c10fe17cf24780324efe1a0
qhmes/yy-admin-master/YY.Admin.Services/Service/Config/ISysConfigService.cs

19 lines
458 B
C#
Raw Normal View History

更新项目配置,新增设备同步模块,优化WebSocket和Swagger配置,增强SCADA系统的免登录接口,支持数据字典项和登录日志的免登录查询与记录。调整Java编译设置,确保更好的开发体验。
2026-04-28 10:23:58 +08:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace YY.Admin.Services.Service.Config
{
public interface ISysConfigService
{
Task<T> GetConfigValue<T>(string code);
新增MES模块,包含供应商、客户、车辆和地磅数据记录管理功能,支持免密接口和数据同步。更新相关控制器、实体、服务和数据库配置,优化权限管理和数据字典支持,确保系统的灵活性和可扩展性。
2026-04-30 15:28:20 +08:00
/// <summary>
/// 按编码更新配置值并清除该项缓存
/// </summary>
Task<(bool ok, string message)> SetConfigValueAsync(string code, string value);
更新项目配置,新增设备同步模块,优化WebSocket和Swagger配置,增强SCADA系统的免登录接口,支持数据字典项和登录日志的免登录查询与记录。调整Java编译设置,确保更好的开发体验。
2026-04-28 10:23:58 +08:00
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.2 Page: 407ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API