Commit cb846d48 authored by Quxl's avatar Quxl

x

parent eb2cba31
...@@ -17,7 +17,7 @@ public class Fc_member_film_base_model implements Serializable{ ...@@ -17,7 +17,7 @@ public class Fc_member_film_base_model implements Serializable{
@Id @Id
@Column(name = "id") @Column(name = "id")
@ApiModelProperty("影片编号") Long member_film_id; @ApiModelProperty("影片ID") Long member_film_id;
@ApiModelProperty("影片类型")String film_type_name; @ApiModelProperty("影片类型")String film_type_name;
@ApiModelProperty("影片类型扩展分类")String film_type_name_short; @ApiModelProperty("影片类型扩展分类")String film_type_name_short;
@ApiModelProperty("报名性质")String enroll_type_name; @ApiModelProperty("报名性质")String enroll_type_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