| | |
| | | import com.fasterxml.jackson.annotation.JsonFormat; |
| | | import lombok.Data; |
| | | import org.jeecg.common.aspect.annotation.Dict; |
| | | import org.jeecg.common.constant.CommonConstant; |
| | | import org.jeecgframework.poi.excel.annotation.Excel; |
| | | import org.springframework.format.annotation.DateTimeFormat; |
| | | |
| | |
| | | private String status; |
| | | /**删除状态(0,正常,1已删除)*/ |
| | | @Dict(dicCode = "del_flag") |
| | | private String delFlag; |
| | | private String delFlag = String.valueOf(CommonConstant.DEL_FLAG_0); |
| | | /**对接企业微信的ID*/ |
| | | private String qywxIdentifier; |
| | | /**创建人*/ |