Commit bd405310 authored by kinky2014's avatar kinky2014

修改视频传值为String

parent 49e0767e
...@@ -51,5 +51,5 @@ public class CylinderUnitVideoDto extends BaseDto { ...@@ -51,5 +51,5 @@ public class CylinderUnitVideoDto extends BaseDto {
/** /**
* 单位ID * 单位ID
*/ */
private Long unitSeq; private String unitSeq;
} }
...@@ -69,5 +69,5 @@ public class CylinderUnitVideo extends BaseEntity{/** ...@@ -69,5 +69,5 @@ public class CylinderUnitVideo extends BaseEntity{/**
* 单位ID * 单位ID
*/ */
@TableField("unit_seq") @TableField("unit_seq")
private Long unitSeq; private String unitSeq;
} }
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