|
|
@ -1,5 +1,6 @@ |
|
|
|
package com.kms.yg.sz.domain; |
|
|
|
|
|
|
|
import com.baomidou.mybatisplus.annotation.TableField; |
|
|
|
import com.shuili.common.core.domain.BaseEntity; |
|
|
|
import io.swagger.annotations.ApiModel; |
|
|
|
import io.swagger.annotations.ApiModelProperty; |
|
|
@ -53,10 +54,6 @@ public class BsSgcSzFxzz extends BaseEntity |
|
|
|
@ApiModelProperty("负责人类型") |
|
|
|
private String chargePersonType; |
|
|
|
|
|
|
|
/** 成员 */ |
|
|
|
@Excel(name = "成员") |
|
|
|
@ApiModelProperty("成员") |
|
|
|
private String member; |
|
|
|
|
|
|
|
/** $column.columnComment */ |
|
|
|
@Excel(name = "成员") |
|
|
@ -89,9 +86,13 @@ public class BsSgcSzFxzz extends BaseEntity |
|
|
|
private String relation; |
|
|
|
|
|
|
|
|
|
|
|
@TableField("waga_name") |
|
|
|
private String sluiceName; |
|
|
|
|
|
|
|
@TableField("waga_type") |
|
|
|
private String sluiceType; |
|
|
|
|
|
|
|
private String wagaId; |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|