Changed well operation category table name

This commit is contained in:
KharchenkoVV 2021-08-18 15:38:33 +05:00
parent 977645e23a
commit 64e06daefd

View File

@ -5,7 +5,7 @@ using System.ComponentModel.DataAnnotations.Schema;
namespace AsbCloudDb.Model
{
[Table("t_operation"), Comment("Справочник операций на скважине")]
[Table("t_well_operation_category"), Comment("Справочник операций на скважине")]
public class WellOperationCategory
{
[Key]