| | |
| | | @ApiModelProperty(value = "使用车间确认人") |
| | | @Dict(dicCode = "sys_user, realname, username") |
| | | private String useConfirmUser; |
| | | /**使用车间确认审批类型*/ |
| | | @ApiModelProperty(value = "使用车间确认审批类型") |
| | | @Dict(dicCode = "approved_rejected") |
| | | private String useConfirmDealType; |
| | | /**确认意见*/ |
| | | @Excel(name = "使用车间确认意见", width = 15) |
| | | @ApiModelProperty(value = "使用车间确认意见") |
| | |
| | | @ApiModelProperty(value = "借用车间确认人") |
| | | @Dict(dicCode = "sys_user, realname, username") |
| | | private String leanOutConfirmUser; |
| | | /**借用车间确认审批类型*/ |
| | | @ApiModelProperty(value = "借用车间确认审批类型") |
| | | @Dict(dicCode = "approved_rejected") |
| | | private String leanOutConfirmDealType; |
| | | /**借用车间确认意见*/ |
| | | @Excel(name = "借用车间确认意见", width = 15) |
| | | @ApiModelProperty(value = "借用车间确认意见") |