- package com.diagbot.biz.push.entity;
- import lombok.Getter;
- import lombok.Setter;
- /**
- * @Description:
- * @Author:zhaops
- * @time: 2020/4/17 10:24
- */
- @Getter
- @Setter
- public class FeatureRateWithExplainV2 extends FeatureRateV2 {
- private String description;
- private String explains;
- }
|