fix:flowTemplateName → flowTemplate
This commit is contained in:
@@ -21,5 +21,5 @@ public class CapPoolTask extends BaseEntity {
|
||||
private String section;
|
||||
private String chamber;
|
||||
private String performanceGroup;
|
||||
private String flowTemplateName;
|
||||
private String flowTemplate;
|
||||
}
|
||||
|
||||
@@ -23,7 +23,7 @@ public class TaskBase extends BaseEntity {
|
||||
private int noticeStatus;
|
||||
private int approveStatus;
|
||||
private int confirmStatus;
|
||||
private String flowTemplateName;
|
||||
private String flowTemplate;
|
||||
private String description;
|
||||
private int type;
|
||||
private String code;
|
||||
|
||||
Reference in New Issue
Block a user