|
|
|
@ -23,8 +23,11 @@ import java.util.List; |
|
|
|
public class ProReTemplateVO extends ProReTemplate { |
|
|
|
public class ProReTemplateVO extends ProReTemplate { |
|
|
|
@Serial |
|
|
|
@Serial |
|
|
|
private static final long serialVersionUID = 1L; |
|
|
|
private static final long serialVersionUID = 1L; |
|
|
|
|
|
|
|
/** |
|
|
|
|
|
|
|
* todo: |
|
|
|
|
|
|
|
*/ |
|
|
|
@Schema(description = "基本信息字段") |
|
|
|
@Schema(description = "基本信息字段") |
|
|
|
private BaseEntityVO base; |
|
|
|
private BaseEntityVO base = new BaseEntityVO(); |
|
|
|
|
|
|
|
|
|
|
|
@Schema(description = "[作业中心]name") |
|
|
|
@Schema(description = "[作业中心]name") |
|
|
|
private String wcName; |
|
|
|
private String wcName; |
|
|
|
|