Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
2fa0201732
|
@ -84,4 +84,10 @@ public class BusinessTripApproval extends BaseEntityMini {
|
|||
@ApiModelProperty("审批流程 0-未审批 1-部门审批通过 2-部门审批不通过 3-警务保障部门审批通过 4-警务保障部门审批不通过 5-局领导审批通过 6-局领导审批不通过")
|
||||
@TableField(condition = SqlCondition.EQUAL)
|
||||
private Integer state;
|
||||
|
||||
|
||||
@ApiModelProperty("是否紧急")
|
||||
private Integer isPressing;
|
||||
@TableField(exist = false)
|
||||
private String isPressingCn;
|
||||
}
|
Loading…
Reference in New Issue