1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
| package com.thhy.engineering.modules.biz.engineering.entity.ProSunDto;
|
| import lombok.Data;
| import net.bytebuddy.implementation.bytecode.assign.TypeCasting;
|
| import java.io.Serializable;
| @Data
| public class ProjcetHasDto implements Serializable {
|
| private String proId;
|
| private String hasSteel;
|
| private String has;
| private String colors;
|
| }
|
|