logo更改

This commit is contained in:
quowingwang 2026-01-15 16:37:45 +08:00
parent 4ffe2b1e7c
commit 9018ee132a
2 changed files with 4 additions and 4 deletions

View File

@ -19,7 +19,7 @@ namespace Infrastructure
var url = AppSettings.GetConfig("urls");
Console.WriteLine(content);
Console.ForegroundColor = ConsoleColor.Blue;
Console.WriteLine("@版权所有 苏州锐至奥信息技术有限公司 ");
//Console.WriteLine("@版权所有 苏州锐至奥信息技术有限公司 ");
Console.WriteLine($"Swagger地址{url}/swagger/index.html");
Console.WriteLine($"初始化种子数据地址:{url}/common/InitSeedData");

View File

@ -30,13 +30,13 @@ namespace MDM.Model.Material.Dto
public string Iusequantity { get; set; }
public string BOMVersion { get; set; }
public string? BOMVersion { get; set; }
public string CreatedBy { get; set; }
public string? CreatedBy { get; set; }
public DateTime? CreatedTime { get; set; }
public string UpdatedBy { get; set; }
public string? UpdatedBy { get; set; }
public DateTime? UpdatedTime { get; set; }