xiangpei
2025-01-15 317a22981eaea13ab6e23f7356ec1333755eb263
business/src/main/java/com/ycl/domain/form/ProjectInfoForm.java
@@ -124,6 +124,9 @@
    @ApiModelProperty("使用状态")
    private Integer usedStatus;
    @ApiModelProperty("赋码")
    private String coding;
    public static ProjectInfo getEntityByForm(@NonNull ProjectInfoForm form, ProjectInfo entity) {
        if(entity == null) {
          entity = new ProjectInfo();