puzhibing
2023-07-06 c0f6294b0be6789fddd652f89f820fcf6d5526cf
cloud-server-competition/src/main/java/com/dsh/competition/entity/Competition.java
@@ -114,10 +114,50 @@
     */
    private Integer realName;
    /**
     * 赛事封面图
     */
    private String coverDrawing;
    /**
     * 赛事简介
     */
    private String introduction;
    /**
     * 赛事图片
     */
    private String imgs;
    /**
     * 报名须知
     */
    private String registrationNotes;
    /**
     * 参赛省
     */
    private String entryProvince;
    /**
     * 参赛省编号
     */
    private String entryProvinceCode;
    /**
     * 参赛市
     */
    private String entryCity;
    /**
     * 参赛市编号
     */
    private String entryCityCode;
    /**
     * 参赛地址
     */
    private String entryAddress;
    /**
     * 参赛经度
     */
    private String entryLon;
    /**
     * 参赛纬度
     */
    private String entryLat;
    /**
     * 审核状态(1=待审核,2=已通过,3=已拒绝)
     */
    private Integer auditStatus;