forked from ddrilling/AsbCloudServer
fix report model error
This commit is contained in:
parent
7f12f48cb9
commit
7e1ccc21ab
@ -21,7 +21,7 @@ namespace AsbCloudDb.Model
|
||||
public DateTime Begin { get; set; }
|
||||
[Column("end"), Comment("timestamp with time zone")]
|
||||
public DateTime End { get; set; }
|
||||
[Column("step", TypeName = "размер шага в секундах")]
|
||||
[Column("step"), Comment("размер шага в секундах")]
|
||||
public int Step { get; set; }
|
||||
[Column("format"), Comment("Формат отчета")]
|
||||
public int Format { get; set; }
|
||||
|
Loading…
Reference in New Issue
Block a user