1
This commit is contained in:
@@ -40,6 +40,10 @@ public class SuperAdmin extends BaseEntity
|
||||
@Excel(name = "是否激活", readConverterExp = "0=否,1=是")
|
||||
private Integer isActive;
|
||||
|
||||
/** 是否删除: 0-否, 1-是 */
|
||||
@Excel(name = "是否参与订单统计", readConverterExp = "0=否,1=是")
|
||||
private Integer isCount;
|
||||
|
||||
/** 创建时间 */
|
||||
@Excel(name = "创建时间")
|
||||
private Date createdAt;
|
||||
@@ -137,4 +141,14 @@ public class SuperAdmin extends BaseEntity
|
||||
{
|
||||
this.updatedAt = updatedAt;
|
||||
}
|
||||
|
||||
public Integer getIsCount()
|
||||
{
|
||||
return isCount;
|
||||
}
|
||||
|
||||
public void setIsCount(Integer isCount)
|
||||
{
|
||||
this.isCount = isCount;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user