package com.xcong.excoin.modules.trademanage.dto; import com.baomidou.mybatisplus.annotation.TableField; import lombok.Data; @Data public class BzzNewPriceDto { private String newprice; private Integer bzzStart; private long id; }