找回证券业报送的逻辑,仅支持Excel模板报送
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using System.ComponentModel;
|
||||
using System.ComponentModel;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
using System.Xml.Serialization;
|
||||
using YLErp.Modules.SuperviseReportModule.SAC.Common;
|
||||
using static YLErp.DBModels.Consts.ConsReport;
|
||||
@@ -8,6 +9,7 @@ namespace YLErp.Modules.SuperviseReportModule.SAC.Model
|
||||
/// <summary>
|
||||
/// 履约保证书
|
||||
/// </summary>
|
||||
[Table("A1008_PerformanceGuaranteeAgrmt")]
|
||||
public class PerformanceGuaranteeAgrmtModel : ReportBaseModel
|
||||
{
|
||||
/// <summary>
|
||||
@@ -72,7 +74,7 @@ namespace YLErp.Modules.SuperviseReportModule.SAC.Model
|
||||
[CheckStringLength(Length = 10)]
|
||||
[CheckStringIsDateTimeFormat(FormatString = "yyyy-MM-dd")]
|
||||
[DefaultValue("")]
|
||||
[SacDescription("SigningDate", "签署时间", "10", true, "校验规则:必须是yyyy-MM-dd;")]
|
||||
[SacDescription("SigningDate", "签署时间", "10", true, "校验规则:必须是YYYY-MM-DD;")]
|
||||
public string SigningDate { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user