打印模版修改

dev
cjy 4 weeks ago
parent 754ff7edf9
commit a0c16d762c

@ -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>

Loading…
Cancel
Save