xiangpei
2025-02-13 efb5f90cef151c35a953cc88284482f8023cdc1a
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();