xiangpei
2025-02-18 91dc0135a3e89e3a54866d184743e305ee54ce26
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();