1
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
class PlanStepDto {
|
||||
num? id;
|
||||
int? id;
|
||||
String? stepIcon;
|
||||
String? stepContent;
|
||||
String? stepExplain;
|
||||
num? stepStatus;
|
||||
int? stepStatus;
|
||||
|
||||
PlanStepDto({this.id, this.stepIcon, this.stepContent, this.stepExplain, this.stepStatus});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user