duhanyu
吕天方 1 year ago
parent f1b0e98c59
commit 871cec0c80

@ -44,7 +44,7 @@ public class TcJbmap extends BaseEntity
/** 苏州编号 */ /** 苏州编号 */
@Excel(name = "苏州编号") @Excel(name = "苏州编号")
@ApiModelProperty(value = "苏州编号") @ApiModelProperty(value = "苏州编号")
private Long number; private String number;
/** 举报时间 */ /** 举报时间 */
@JsonFormat(pattern = "yyyy-MM-dd") @JsonFormat(pattern = "yyyy-MM-dd")

@ -25,8 +25,8 @@ public class TcJbsjndfltj extends BaseEntity
private Long id; private Long id;
/** 类型 */ /** 类型 */
@Excel(name = "类型") @Excel(name = "1.上级下发 2.部门转发,3.无效,4.小程序",readConverterExp = "1=上级下发,2=部门转发,3=无效,4=小程序",combo = "1=上级下发,2=部门转发,3=无效,4=小程序")
@ApiModelProperty(value = "类型") @ApiModelProperty(value = "1.上级下发 2.部门转发,3.无效,4.小程序,1=上级下发,2=部门转发,3=无效,4=小程序")
private String type; private String type;
/** 数量(件) */ /** 数量(件) */

Loading…
Cancel
Save