| | |
| | | import com.qianwen.core.tool.node.INode; |
| | | |
| | | @ApiModel(value = "OrderProcessVo对象", description = "blade_order_process") |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/coproduction/vo/OrderProcessDetailVO.class */ |
| | | public class OrderProcessDetailVO implements INode<OrderProcessDetailVO> { |
| | | private static final long serialVersionUID = 1735525826764392763L; |
| | | @ApiModelProperty("备注") |
| | |
| | | |
| | | public List<OrderProcessDetailVO> getChildren() { |
| | | if (this.children == null) { |
| | | this.children = new ArrayList(); |
| | | this.children = new ArrayList<>(); |
| | | } |
| | | return this.children; |
| | | } |