Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
base_data_channel
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PublicSource
base_data_channel
Commits
590b7494
Commit
590b7494
authored
Apr 07, 2023
by
tongzifang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update common upload
parent
d67e49e3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
common_up_img_entity.dart
lib/data/common_up_img_entity.dart
+1
-1
common_up_img_entity.g.dart
lib/generated/json/common_up_img_entity.g.dart
+1
-1
No files found.
lib/data/common_up_img_entity.dart
View file @
590b7494
...
@@ -4,7 +4,7 @@ import 'dart:convert';
...
@@ -4,7 +4,7 @@ import 'dart:convert';
@JsonSerializable
()
@JsonSerializable
()
class
CommonUpImgEntity
{
class
CommonUpImgEntity
{
String
?
status
;
bool
?
status
;
String
?
code
;
String
?
code
;
String
?
message
;
String
?
message
;
CommonUpImgData
?
data
;
CommonUpImgData
?
data
;
...
...
lib/generated/json/common_up_img_entity.g.dart
View file @
590b7494
...
@@ -3,7 +3,7 @@ import 'package:base_data_channel/data/common_up_img_entity.dart';
...
@@ -3,7 +3,7 @@ import 'package:base_data_channel/data/common_up_img_entity.dart';
CommonUpImgEntity
$CommonUpImgEntityFromJson
(
Map
<
String
,
dynamic
>
json
)
{
CommonUpImgEntity
$CommonUpImgEntityFromJson
(
Map
<
String
,
dynamic
>
json
)
{
final
CommonUpImgEntity
commonUpImgEntity
=
CommonUpImgEntity
();
final
CommonUpImgEntity
commonUpImgEntity
=
CommonUpImgEntity
();
final
String
?
status
=
jsonConvert
.
convert
<
String
>(
json
[
'status'
]);
final
bool
?
status
=
jsonConvert
.
convert
<
bool
>(
json
[
'status'
]);
if
(
status
!=
null
)
{
if
(
status
!=
null
)
{
commonUpImgEntity
.
status
=
status
;
commonUpImgEntity
.
status
=
status
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment