Commit 9ab57d6d by xuwenhao

11.2修改字段类型

parent 80d13862
...@@ -59,7 +59,7 @@ public class SchoolCirculation extends OurBaseEntity ...@@ -59,7 +59,7 @@ public class SchoolCirculation extends OurBaseEntity
private Date yjuseTime; private Date yjuseTime;
/** 实际使用时间 */ /** 实际使用时间 */
private Long sjuseTime; private String sjuseTime;
/** 备注 */ /** 备注 */
private String remark; private String remark;
......
...@@ -91,7 +91,7 @@ public class SchoolCirculationVo extends BaseEntity ...@@ -91,7 +91,7 @@ public class SchoolCirculationVo extends BaseEntity
/** 实际使用时间 */ /** 实际使用时间 */
@Excel(name = "实际使用时间") @Excel(name = "实际使用时间")
private Long sjuseTime; private String sjuseTime;
/** 备注 */ /** 备注 */
@Excel(name = "备注") @Excel(name = "备注")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment