fuliqi
2025-02-12 2236321be028e7b14ae163a3f3a45c79e9fb4dc7
business/src/main/java/com/ycl/domain/form/ProjectInfoForm.java
@@ -127,6 +127,7 @@
    @ApiModelProperty("赋码")
    private String coding;
    private String remark;
    public static ProjectInfo getEntityByForm(@NonNull ProjectInfoForm form, ProjectInfo entity) {
        if(entity == null) {
          entity = new ProjectInfo();