|
|
@ -15,6 +15,11 @@ public class SysPrintTemplate : BaseTenantModel<long>
|
|
|
|
[SqlSugar.SugarColumn(ColumnDescription = "打印模块Id", IsNullable = false, DefaultValue = "0")]
|
|
|
|
[SqlSugar.SugarColumn(ColumnDescription = "打印模块Id", IsNullable = false, DefaultValue = "0")]
|
|
|
|
public long ModuleId { get; set; }
|
|
|
|
public long ModuleId { get; set; }
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
|
|
|
|
/// 打印模块唯一编码
|
|
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
|
|
[SqlSugar.SugarColumn(ColumnDescription = "打印模块唯一编码", IsNullable = false, Length = 100)]
|
|
|
|
|
|
|
|
public string ModuleCode { get; set; }
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
///打印模板唯一编码
|
|
|
|
///打印模板唯一编码
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
[Description("打印模板唯一编码")]
|
|
|
|
[Description("打印模板唯一编码")]
|
|
|
|