forked from ddrilling/AsbCloudServer
Changed well operation category table name
This commit is contained in:
parent
977645e23a
commit
64e06daefd
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user