Compare commits
No commits in common. "206d13ef24e9c2ed353007fca6ec3ba659dab9e3" and "583d90f42d09979f4881abf0cb9c132c7ed203cc" have entirely different histories.
206d13ef24
...
583d90f42d
|
@ -1,6 +1,5 @@
|
|||
package com.mcwl.resource.domain.request;
|
||||
|
||||
import com.baomidou.mybatisplus.annotation.TableId;
|
||||
import com.baomidou.mybatisplus.annotation.TableName;
|
||||
import io.swagger.annotations.ApiModel;
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
|
@ -21,12 +20,10 @@ import lombok.NoArgsConstructor;
|
|||
@AllArgsConstructor
|
||||
@NoArgsConstructor
|
||||
@Data
|
||||
@TableName("g_pic")
|
||||
@TableName("p_pic")
|
||||
@ApiModel(description = "平台官方app联系")
|
||||
public class PlatForm {
|
||||
@ApiModelProperty(value = "主键ID")
|
||||
|
||||
@TableId
|
||||
private Long id;
|
||||
@ApiModelProperty(value = "平台官方app名称")
|
||||
private String name;
|
||||
|
|
Loading…
Reference in New Issue