Commit b4ffe45a authored by huyuchen's avatar huyuchen

接口修改

parent c18645de
......@@ -368,6 +368,15 @@ public class TDispatchInfoExportVo {
@ExcelProperty("派单人所属部门")
private String organName;
/**
* 0未提交1待审核2审核通过3审核不通过4办理完成
*/
@ExcelAttribute(name = "派单状态",readConverterExp = "0=未提交,1=待审核,2=审核通过,3=审核不通过,4=办理完成")
@Schema(description = "0未提交1待审核2审核通过3审核不通过4办理完成" )
@HeadFontStyle(fontHeightInPoints = 11)
@ExcelProperty("派单状态" )
private String status;
@ExcelAttribute(name = "申请编码", maxLength = 30)
@Schema(description = "申请编码")
@HeadFontStyle(fontHeightInPoints = 11)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment