xiangpei
2025-02-10 55a173ec806bbe9ea00c6801e6c5b87b7af2f3eb
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();