邱宇豪
2023-09-26 6f29c4f4f54f1ae0fc44773cfb867046f2747a51
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;
 
}