puzhibing
2023-08-08 d3c3b84382677bf0c8b703912c19d02b9aa2381a
driver/guns-admin/src/main/java/com/supersavedriving/driver/modular/system/warpper/BaseWarpper.java
@@ -8,7 +8,7 @@
@ApiModel
public class BaseWarpper {
    @ApiModelProperty("id")
    private Integer id;
    private Long id;
    @ApiModelProperty(value = "编号", required = true, dataType = "string")
    private String code;
    @ApiModelProperty(value = "名称", required = true, dataType = "stirng")