package com.qianwen.smartman.modules.coproduction.dto; /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/coproduction/dto/PlanExportDTO.class */ public class PlanExportDTO { private String parentId; private String code; private String name; private String typeName; private String unit; private String standardModel; private String description; private String status; private String documents; }