DistributeGoodsGeneralRateView.java 320 B

123456789101112131415161718
  1. package com.cyksj.model.views;
  2. import lombok.Getter;
  3. import lombok.Setter;
  4. /**
  5. * 项目名: yhlxj2
  6. * 文件名: DistributeGoodsGeneralRateView
  7. * 创建者: JavaZou
  8. * 创建时间:2024/1/11 14:26
  9. */
  10. @Getter
  11. @Setter
  12. public class DistributeGoodsGeneralRateView {
  13. private Integer rate;
  14. private String goodsInfo;
  15. }