This commit is contained in:
@@ -25,7 +25,7 @@ export interface ShiftVO {
|
||||
/**
|
||||
* 状态(0:off,1:on)
|
||||
*/
|
||||
status: number;
|
||||
status: string | number;
|
||||
|
||||
/**
|
||||
* 是否休息(0:不休息,1:休息)
|
||||
@@ -70,7 +70,7 @@ export interface ShiftForm extends BaseEntity {
|
||||
/**
|
||||
* 状态(0:off,1:on)
|
||||
*/
|
||||
status?: number;
|
||||
status?: string | number;
|
||||
|
||||
/**
|
||||
* 是否休息(0:不休息,1:休息)
|
||||
@@ -107,7 +107,7 @@ export interface ShiftQuery extends PageQuery {
|
||||
/**
|
||||
* 状态(0:off,1:on)
|
||||
*/
|
||||
status?: number;
|
||||
status?: string | number;
|
||||
|
||||
/**
|
||||
* 是否休息(0:不休息,1:休息)
|
||||
|
Reference in New Issue
Block a user