更改表名

optimize
wet 2 years ago
parent 0ddc4fcceb
commit f3c282c09a

@ -7,7 +7,7 @@ namespace Myshipping.Application.Entity
/// <summary> /// <summary>
/// 订舱状态 /// 订舱状态
/// </summary> /// </summary>
[SugarTable("booking_exceltemplate")] [SugarTable("booking_print_exceltemplate")]
[Description("EXCEL模板明细")] [Description("EXCEL模板明细")]
public class BookingExcelTemplate : PrimaryKeyEntity public class BookingExcelTemplate : PrimaryKeyEntity
{ {

@ -7,7 +7,7 @@ namespace Myshipping.Application.Entity
/// <summary> /// <summary>
/// 订舱打印模板权限表 /// 订舱打印模板权限表
/// </summary> /// </summary>
[SugarTable("booking_printtemplateright")] [SugarTable("booking_print_templateright")]
[Description("订舱打印模板权限表")] [Description("订舱打印模板权限表")]
public class BookingPrinttemplateRight : PrimaryKeyEntity public class BookingPrinttemplateRight : PrimaryKeyEntity
{ {

Loading…
Cancel
Save