修改bug
This commit is contained in:
parent
862dbb5198
commit
5976b7a1da
|
@ -7,6 +7,7 @@ import com.baomidou.mybatisplus.annotation.TableName;
|
||||||
import com.baomidou.mybatisplus.annotation.TableLogic;
|
import com.baomidou.mybatisplus.annotation.TableLogic;
|
||||||
import lombok.Data;
|
import lombok.Data;
|
||||||
import com.fasterxml.jackson.annotation.JsonFormat;
|
import com.fasterxml.jackson.annotation.JsonFormat;
|
||||||
|
import org.jeecg.common.aspect.annotation.Dict;
|
||||||
import org.springframework.format.annotation.DateTimeFormat;
|
import org.springframework.format.annotation.DateTimeFormat;
|
||||||
import org.jeecgframework.poi.excel.annotation.Excel;
|
import org.jeecgframework.poi.excel.annotation.Excel;
|
||||||
import java.util.Date;
|
import java.util.Date;
|
||||||
|
@ -64,6 +65,7 @@ public class WjxWjxxTmxx implements Serializable {
|
||||||
/**正确答案*/
|
/**正确答案*/
|
||||||
@Excel(name = "正确答案", width = 15)
|
@Excel(name = "正确答案", width = 15)
|
||||||
@ApiModelProperty(value = "正确答案")
|
@ApiModelProperty(value = "正确答案")
|
||||||
|
@Dict(dicCode = "wj_zqda")
|
||||||
private java.lang.String itemSelected;
|
private java.lang.String itemSelected;
|
||||||
/**选项分值*/
|
/**选项分值*/
|
||||||
@Excel(name = "选项分值", width = 15)
|
@Excel(name = "选项分值", width = 15)
|
||||||
|
|
Loading…
Reference in New Issue