Commit f977827f18d19e4ed859ab98c6392c4424e5e9a4
1 parent
821f762a68
Exists in
master
and in
6 other branches
删除异常
Showing 1 changed file with 1 additions and 1 deletions
platform-dal/src/main/java/com/lyms/platform/pojo/WxMeasureInfoModel.java
View file @
f977827
... | ... | @@ -16,7 +16,7 @@ |
16 | 16 | * @Date 14:34 2019/5/30 |
17 | 17 | */ |
18 | 18 | @Document(collection = "lyms_wx_measure_info") |
19 | -public class WxMeasureInfoModel extends BaseModel implements Serializable { | |
19 | +public class WxMeasureInfoModel extends BaseModel { | |
20 | 20 | |
21 | 21 | private static final long serialVersionUID = SerialIdEnum.WxMeasureInfoModel.getCid(); |
22 | 22 |