This commit is contained in:
hanrenchun 2025-06-09 11:40:16 +08:00
parent 4cd3123d9a
commit de36e69a7f
1 changed files with 6 additions and 0 deletions

View File

@ -84,4 +84,10 @@ public class BusinessTripApproval extends BaseEntityMini {
@ApiModelProperty("审批流程 0-未审批 1-部门审批通过 2-部门审批不通过 3-警务保障部门审批通过 4-警务保障部门审批不通过 5-局领导审批通过 6-局领导审批不通过") @ApiModelProperty("审批流程 0-未审批 1-部门审批通过 2-部门审批不通过 3-警务保障部门审批通过 4-警务保障部门审批不通过 5-局领导审批通过 6-局领导审批不通过")
@TableField(condition = SqlCondition.EQUAL) @TableField(condition = SqlCondition.EQUAL)
private Integer state; private Integer state;
@ApiModelProperty("是否紧急")
private Integer isPressing;
@TableField(exist = false)
private String isPressingCn;
} }