- package com.rongwei.bsentity.vo;
- import com.rongwei.bsentity.domain.ZhcxProjectRectifyMachineDo;
- import lombok.Data;
- @Data
- public class ZhcxProjectRectifyMachineVo extends ZhcxProjectRectifyMachineDo {
- private Integer deptsort;
- private Integer firstdeptsort;
- private Integer outsidedeptsort;
- }
|