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