updateTime property

  1. @JsonKey.new(name: 'update_time')
int get updateTime
inherited

任务更新时间

Implementation

@JsonKey(name: 'create_time') int get createTime;/// 任务更新时间
@JsonKey(name: 'update_time') int get updateTime;