| | |
| | | |
| | | import com.fasterxml.jackson.annotation.JsonFormat; |
| | | import com.matrix.core.anotations.Extend; |
| | | import com.matrix.core.pojo.EntityDTO; |
| | | import com.matrix.core.tools.DateUtil; |
| | | import com.matrix.system.common.bean.EntityDTOExt; |
| | | import org.springframework.format.annotation.DateTimeFormat; |
| | | |
| | | import java.io.Serializable; |
| | |
| | | /** |
| | | * @date 2016-07-03 20:53 |
| | | */ |
| | | public class SysProjUse implements Serializable { |
| | | public class SysProjUse extends EntityDTO { |
| | | |
| | | private static final long serialVersionUID = 1L; |
| | | |
| | |
| | | |
| | | private String queryKey; |
| | | |
| | | @Extend |
| | | private String updateRemark; |
| | | |
| | | |
| | | public String getUpdateRemark() { |
| | | return updateRemark; |
| | | } |
| | | |
| | | public void setUpdateRemark(String updateRemark) { |
| | | this.updateRemark = updateRemark; |
| | | } |
| | | |
| | | public Date getTargetFailTime() { |
| | | return targetFailTime; |
| | | } |