|
@@ -55,11 +55,11 @@ public class BaseCompanyInformation implements Serializable {
|
|
@ApiModelProperty(value = "更新时间")
|
|
@ApiModelProperty(value = "更新时间")
|
|
private Date updateTime;
|
|
private Date updateTime;
|
|
/**状态(1-启用,0-停用)*/
|
|
/**状态(1-启用,0-停用)*/
|
|
- @Excel(name = "状态(1-启用,0-停用)", width = 15)
|
|
|
|
|
|
+ @Excel(name = "状态(status)", width = 15)
|
|
@ApiModelProperty(value = "状态(1-启用,0-停用)")
|
|
@ApiModelProperty(value = "状态(1-启用,0-停用)")
|
|
private Integer status;
|
|
private Integer status;
|
|
/**删除状态(0-正常,1-已删除)*/
|
|
/**删除状态(0-正常,1-已删除)*/
|
|
- @Excel(name = "删除状态(0-正常,1-已删除)", width = 15)
|
|
|
|
|
|
+// @Excel(name = "删除状态(0-正常,1-已删除)", width = 15)
|
|
@ApiModelProperty(value = "删除状态(0-正常,1-已删除)")
|
|
@ApiModelProperty(value = "删除状态(0-正常,1-已删除)")
|
|
@TableLogic
|
|
@TableLogic
|
|
private Integer delFlag;
|
|
private Integer delFlag;
|