You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
199 B

package com.dsideal.base.Const;
public class PyEchartsModel {
public String arrayName;//数组名
public int parameterType;//参数类型
public String[] content;//数组内容
}