OtherPatentInfoDTO.java 268 B

12345678910111213141516
  1. package cn.cslg.pas.common.dto.business;
  2. import lombok.Data;
  3. /**
  4. * @Author xiexiang
  5. * @Date 2024/1/18
  6. */
  7. @Data
  8. public class OtherPatentInfoDTO {
  9. private String patentNo;
  10. private Integer projectId;
  11. private Integer current;
  12. private Integer size;
  13. }