|
|
|
@ -264,7 +264,7 @@ namespace Entity.DbModel.Station
|
|
|
|
|
/// Nullable:True
|
|
|
|
|
/// </summary>
|
|
|
|
|
[SugarColumn(ColumnName = "cloud_report_status")]
|
|
|
|
|
public int? CloudReportStatus { get; set; }
|
|
|
|
|
public int CloudReportStatus { get; set; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
@ -281,6 +281,6 @@ namespace Entity.DbModel.Station
|
|
|
|
|
/// Nullable:True
|
|
|
|
|
/// </summary>
|
|
|
|
|
[SugarColumn(ColumnName = "can_upload")]
|
|
|
|
|
public int? CanUpload { get; set; }
|
|
|
|
|
public int CanUpload { get; set; }
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|