修改文件导出代码

This commit is contained in:
2023-02-13 09:07:21 +08:00
parent 5a50b95987
commit 68d236ee5e
7 changed files with 129 additions and 48 deletions
@@ -8,6 +8,7 @@ using IRaCIS.Core.Domain.Share;
using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
namespace IRaCIS.Core.Domain.Models
{
@@ -134,10 +135,13 @@ namespace IRaCIS.Core.Domain.Models
/// </summary>
public Guid? OrganInfoId { get; set; }
/// <summary>
/// 窗宽WW
/// </summary>
public decimal? WW { get; set; }
[ForeignKey("OrganInfoId")]
public OrganInfo OrganInfo { get; set; }
/// <summary>
/// 窗宽WW
/// </summary>
public decimal? WW { get; set; }
/// <summary>
/// 窗位WL