Commit ed040fd9 authored by taabe's avatar taabe

修改备注

parent a5c1a891
...@@ -26,7 +26,7 @@ import com.fasterxml.jackson.databind.ser.std.ToStringSerializer; ...@@ -26,7 +26,7 @@ import com.fasterxml.jackson.databind.ser.std.ToStringSerializer;
@EqualsAndHashCode(callSuper = true) @EqualsAndHashCode(callSuper = true)
@Accessors(chain = true) @Accessors(chain = true)
@TableName("cb_firefighters_contacts") @TableName("cb_firefighters_contacts")
@ApiModel(value="FirefightersContacts对象", description="l联系人") @ApiModel(value="FirefightersContacts对象", description="联系人")
public class FirefightersContacts extends BaseEntity { public class FirefightersContacts extends BaseEntity {
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;
......
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