更改表名

optimize
wet 2 years ago
parent 0ddc4fcceb
commit f3c282c09a

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

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

Loading…
Cancel
Save