|
|
|
@ -12,8 +12,8 @@ import java.util.Optional;
|
|
|
|
|
public enum ReportTypeEnum { |
|
|
|
|
|
|
|
|
|
PROMOTION_REPORT("promotionReport","土地推介"), |
|
|
|
|
RESEARCH_REPORT("researchReport","研究报告"), |
|
|
|
|
FEA_STUDY_REPORT("feaStudyReport","air可研"); |
|
|
|
|
RESEARCH_REPORT("researchReport","AIR研究"), |
|
|
|
|
FEA_STUDY_REPORT("feaStudyReport","AIR可研"); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
private final String code; |
|
|
|
|