package com.stylefeng.guns.modular.system.model; import lombok.Data; @Data public class UserFeeVo { private String title; private Double number; }