fix(外部标准):字段类型错误
This commit is contained in:
+1
-1
@@ -111,7 +111,7 @@ public class LawsDomesticStandard implements Serializable {
|
||||
@JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd")
|
||||
@DateTimeFormat(pattern="yyyy-MM-dd")
|
||||
@ApiModelProperty(value = "注册日期")
|
||||
private java.util.Date registrationDate;
|
||||
private java.lang.String registrationDate;
|
||||
/**标准状态*/
|
||||
@Excel(name = "标准状态", width = 15)
|
||||
@ApiModelProperty(value = "标准状态")
|
||||
|
||||
Reference in New Issue
Block a user