jiangping
2024-01-25 a17b8d525a28b608ef067010d86c2bc34300a609
server/service/src/main/java/com/doumee/dao/business/model/CompanySolution.java
@@ -65,8 +65,8 @@
    @ExcelColumn(name="排序码")
    private Integer sortnum;
    @ApiModelProperty(value = "企业编码(关联solution_base)", example = "1")
    @ExcelColumn(name="企业编码(关联solution_base)")
    @ApiModelProperty(value = "方案编码(关联solutions)", example = "1")
    @ExcelColumn(name="方案编码(关联solutions)")
    private Integer solutionBaseId;
    @ApiModelProperty(value = "是否可加保 0否 1是", example = "1")