| | |
| | | private List<Map<String, Object>> ChangeEnum; |
| | | private List<Map<String, Object>> YesOrNo; |
| | | |
| | | private List<Map<String, Object>> AllocationApproveEnum; |
| | | private List<Map<String, Object>> FileTableEnum; |
| | | |
| | | |
| | | private List<Map<String, Object>> AllocationExtensionApproveEnum; |
| | | private List<Map<String, Object>> EmphasisEnum; |
| | | |
| | | |
| | | public static List<Map<String, Object>> enumArray2Map(Enum[] enums) { |
| | |
| | | this.FileTableEnum = enumArray2Map(enumResult); |
| | | return this; |
| | | } |
| | | public DictionaryVo setAllocationApproveEnum(com.moral.api.pojo.enums.AllocationApproveEnum[] enumResult) { |
| | | this.AllocationApproveEnum = enumArray2Map(enumResult); |
| | | return this; |
| | | } |
| | | public DictionaryVo setAllocationExtensionApproveEnum(com.moral.api.pojo.enums.AllocationExtensionApproveEnum[] enumResult) { |
| | | this.AllocationExtensionApproveEnum = enumArray2Map(enumResult); |
| | | return this; |
| | | } |
| | | public DictionaryVo setEmphasisEnum(com.moral.api.pojo.enums.EmphasisEnum[] enumResult) { |
| | | this.EmphasisEnum = enumArray2Map(enumResult); |
| | | return this; |
| | | } |
| | | |
| | | } |