|
@@ -1,6 +1,7 @@
|
|
|
package com.abi.qms.platform;
|
|
|
|
|
|
import com.abi.qms.platform.dto.res.GetPackageCodeRes;
|
|
|
+import com.abi.qms.platform.dto.res.ListMaterialRes;
|
|
|
import io.swagger.annotations.ApiModelProperty;
|
|
|
import io.swagger.v3.oas.annotations.media.Schema;
|
|
|
import lombok.extern.slf4j.Slf4j;
|
|
@@ -17,7 +18,7 @@ import java.util.Map;
|
|
|
public class ReactBeanTest {
|
|
|
|
|
|
public static void main(String[] args) {
|
|
|
- Class clz = GetPackageCodeRes.class;
|
|
|
+ Class clz = ListMaterialRes.MaterialBean.class;
|
|
|
|
|
|
Map<Class,String> classMap = new HashMap<>();
|
|
|
classMap.put(String.class,"string");
|