Commit 58a596be authored by alex yao's avatar alex yao

feat:Ai软著

parent 7cccbe21
......@@ -135,7 +135,7 @@ public class BizSoftwareCopyrightConvert {
);
softwareCopyRightDto.setGeneratedStatus(item.getGeneratedStatus());
softwareCopyRightDto.setErrorMess(item.getErrorMess());
softwareCopyRightDto.setCreatedTime(item.getCreatedTime);
softwareCopyRightDto.setCreatedTime(item.getCreatedTime());
return softwareCopyRightDto;
}
}
\ No newline at end of file
......@@ -123,7 +123,6 @@ public class SoftwareCopyrightQueryItem extends BaseItemClass implements Seriali
public void setCreatedTime(java.util.Date createdTime){
this.createdTime = createdTime;
super.addValidField("createdTime");
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment