ZhcxProjectRectifyMachineVo.java 311 B

1234567891011121314
  1. package com.rongwei.bsentity.vo;
  2. import com.rongwei.bsentity.domain.ZhcxProjectRectifyMachineDo;
  3. import lombok.Data;
  4. @Data
  5. public class ZhcxProjectRectifyMachineVo extends ZhcxProjectRectifyMachineDo {
  6. private Integer deptsort;
  7. private Integer firstdeptsort;
  8. private Integer outsidedeptsort;
  9. }