| | |
| | | **/ |
| | | public class AssetImportLogDetailDto extends PageDto implements Serializable { |
| | | |
| | | public static final String STATE_WAIT_IMPORT = "W"; //W 待导入 C 导入成功 F 导入失败 |
| | | public static final String STATE_SUCCESS_IMPORT = "C"; //W 待导入 C 导入成功 F 导入失败 |
| | | public static final String STATE_FAIL_IMPORT = "F"; //W 待导入 C 导入成功 F 导入失败 |
| | | |
| | | private String detailId; |
| | | private String logId; |
| | | private String state; |
| | | private String objName; |
| | | private String content; |
| | | private String communityId; |
| | | private String message; |
| | | |
| | | private String stateName; |
| | | |
| | | private Date createTime; |
| | | |
| | | private String createTime; |
| | | |
| | | private String statusCd = "0"; |
| | | |
| | |
| | | this.state = state; |
| | | } |
| | | |
| | | public String getObjName() { |
| | | return objName; |
| | | |
| | | public String getContent() { |
| | | return content; |
| | | } |
| | | |
| | | public void setObjName(String objName) { |
| | | this.objName = objName; |
| | | public void setContent(String content) { |
| | | this.content = content; |
| | | } |
| | | |
| | | public String getCommunityId() { |
| | |
| | | } |
| | | |
| | | |
| | | public Date getCreateTime() { |
| | | return createTime; |
| | | } |
| | | |
| | | public void setCreateTime(Date createTime) { |
| | | this.createTime = createTime; |
| | | } |
| | | |
| | | public String getStatusCd() { |
| | | return statusCd; |
| | |
| | | public void setStatusCd(String statusCd) { |
| | | this.statusCd = statusCd; |
| | | } |
| | | |
| | | public String getStateName() { |
| | | return stateName; |
| | | } |
| | | |
| | | public void setStateName(String stateName) { |
| | | this.stateName = stateName; |
| | | } |
| | | |
| | | public String getCreateTime() { |
| | | return createTime; |
| | | } |
| | | |
| | | public void setCreateTime(String createTime) { |
| | | this.createTime = createTime; |
| | | } |
| | | } |