首页>代码>完整的微信小程序商城,包含java web后端管理系统代码,前端代码,小程序代码>/wx-mall/wx-mall-commons/src/main/java/com/yun/smart/base/BaseParams.java
package com.yun.smart.base; import java.util.Date; /** * @author qihh * */ public class BaseParams extends TokenParams{ private static final long serialVersionUID = 8035497197472851153L; private Long id; /** 删除标识:0为已删除,1为未删除 */ private Integer enable; private String remark; private Long createBy; private Date createTime; private Long updateBy; private Date updateTime; public Long getId() { return id; } public void setId(Long id) { this.id = id; } /** 删除标识:0为已删除,1为未删除 */ public Integer getEnable() { return enable; } /** 删除标识:0为已删除,1为未删除 */ public void setEnable(Integer enable) { this.enable = enable; } public String getRemark() { return remark; } public void setRemark(String remark) { this.remark = remark; } public Long getCreateBy() { return createBy; } public void setCreateBy(Long createBy) { this.createBy = createBy; } public Date getCreateTime() { return createTime; } public void setCreateTime(Date createTime) { this.createTime = createTime; } public Long getUpdateBy() { return updateBy; } public void setUpdateBy(Long updateBy) { this.updateBy = updateBy; } public Date getUpdateTime() { return updateTime; } public void setUpdateTime(Date updateTime) { this.updateTime = updateTime; } }

xiquyiyuan LV10
3月19日
ryadmin123 LV2
2月14日
初心不负丶方得始终 LV11
2月12日
dsffssff LV4
2024年12月15日
zolscy LV24
2024年11月27日
微信网友_7134912998903808 LV15
2024年8月29日
huaiyuejiu LV9
2024年7月22日
Adguard LV3
2024年6月27日
zeyang_wang LV8
2024年5月27日
sunlea LV20
2024年5月12日

18650066502 LV12
4月27日
W670597 LV2
3月25日
xiquyiyuan LV10
3月19日
ryadmin123 LV2
2月14日
初心不负丶方得始终 LV11
2月12日
lvyga1 LV2
1月6日
yinianhuakai4 LV8
2024年12月16日
dsffssff LV4
2024年12月15日
zolscy LV24
2024年11月27日
求学的熊猫 LV11
2024年11月11日