增加信眾牌位範本及疏文

This commit is contained in:
2026-08-25 17:52:36 +08:00
parent a8d3990784
commit fa1ed1f827
14 changed files with 943 additions and 375 deletions
+113
View File
@@ -430,6 +430,8 @@ namespace Model
public string shuwen_type { get; set; }
public string contents { get; set; }
public Nullable<System.DateTime> reg_time { get; set; }
public string paper_size { get; set; }
public string direction { get; set; }
}
}
namespace Model
@@ -1040,6 +1042,21 @@ namespace Model
using System;
using System.Collections.Generic;
public partial class followers_tablet_template
{
public int num { get; set; }
public Nullable<int> follower_num { get; set; }
public string name { get; set; }
public string style_id { get; set; }
public string tablet { get; set; }
public string shuwen { get; set; }
}
}
namespace Model
{
using System;
using System.Collections.Generic;
public partial class GuaDanOrder
{
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors")]
@@ -2249,6 +2266,102 @@ namespace Model
using System;
using System.Collections.Generic;
public partial class TabletElement
{
public string ElementID { get; set; }
public string Name { get; set; }
public string ElementType { get; set; }
public string CUser { get; set; }
public string CDate { get; set; }
public string CTime { get; set; }
public string UUser { get; set; }
public string UDate { get; set; }
public string UTime { get; set; }
public string SampleContent { get; set; }
}
}
namespace Model
{
using System;
using System.Collections.Generic;
public partial class TabletPaperSize
{
public string PaperID { get; set; }
public string PaperName { get; set; }
public string Width { get; set; }
public string Height { get; set; }
public string CUser { get; set; }
public string CDate { get; set; }
public string CTime { get; set; }
public string UUser { get; set; }
public string UDate { get; set; }
public string UTime { get; set; }
}
}
namespace Model
{
using System;
using System.Collections.Generic;
public partial class TabletStyle
{
public string StyleID { get; set; }
public string Name { get; set; }
public string Descr { get; set; }
public string PaperSize { get; set; }
public string BackendImg { get; set; }
public string PrintSize { get; set; }
public string PrintMode { get; set; }
public string Orientation { get; set; }
public string PrintPageCount { get; set; }
public string CUser { get; set; }
public string CDate { get; set; }
public string CTime { get; set; }
public string UUser { get; set; }
public string UDate { get; set; }
public string UTime { get; set; }
public string RosterLimit { get; set; }
}
}
namespace Model
{
using System;
using System.Collections.Generic;
public partial class TabletStyleDetail
{
public string StyleID { get; set; }
public string Name { get; set; }
public string Descr { get; set; }
public string ElementID { get; set; }
public string StartX { get; set; }
public string StartY { get; set; }
public string FontSize { get; set; }
public string BreakLen { get; set; }
public string FontFamily { get; set; }
public string TwoOffset { get; set; }
public string ThreeOffset { get; set; }
public string FourOffset { get; set; }
public string IsActive { get; set; }
public string CUser { get; set; }
public string CDate { get; set; }
public string CTime { get; set; }
public string UUser { get; set; }
public string UDate { get; set; }
public string UTime { get; set; }
public string Width { get; set; }
public string Height { get; set; }
public string TextWidth { get; set; }
public string TextHeight { get; set; }
public string TextSpan { get; set; }
}
}
namespace Model
{
using System;
using System.Collections.Generic;
public partial class transfer_register
{
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2214:DoNotCallOverridableMethodsInConstructors")]