|
|
|
@ -92,7 +92,12 @@ public class SysPrintTemplate : BaseTenantModel<long>
|
|
|
|
|
[SqlSugar.SugarColumn(ColumnDescription = "是否可用", IsNullable = true, DefaultValue = "0")]
|
|
|
|
|
public bool Disable { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 命名规则
|
|
|
|
|
/// </summary>
|
|
|
|
|
[Description("命名规则")]
|
|
|
|
|
[SugarColumn(IsNullable = true, ColumnDescription = "命名规则", Length = 200)]
|
|
|
|
|
public string NamingRule { get; set; }
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 船公司代码
|
|
|
|
|
/// </summary>
|
|
|
|
|