1
2
3
4
5
6
7
8
9
10
11
12
13
14
| 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;
| }
|
|