|
@@ -20,7 +20,7 @@ public class ApplicationTypeVO implements Serializable {
|
|
private String name;
|
|
private String name;
|
|
private Long count;
|
|
private Long count;
|
|
private String image;
|
|
private String image;
|
|
- private Long introduction;
|
|
|
|
|
|
+ private String introduction;
|
|
private List<TestTypeVO> testTypeList;
|
|
private List<TestTypeVO> testTypeList;
|
|
|
|
|
|
public ApplicationTypeVO(ApplicationType applicationType) {
|
|
public ApplicationTypeVO(ApplicationType applicationType) {
|