|
|
@ -32,12 +32,12 @@ export interface ProductPlanDetailVO {
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* 班次ID
|
|
|
|
* 班次ID
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
classesId: string | number;
|
|
|
|
shiftId: string | number;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* 班组ID
|
|
|
|
* 班组ID
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
teamId: string | number;
|
|
|
|
classTeamId: string | number;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* 完成数量
|
|
|
|
* 完成数量
|
|
|
@ -175,12 +175,12 @@ export interface ProductPlanDetailForm extends BaseEntity {
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* 班次ID
|
|
|
|
* 班次ID
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
classesId?: string | number;
|
|
|
|
shiftId?: string | number;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* 班组ID
|
|
|
|
* 班组ID
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
teamId?: string | number;
|
|
|
|
classTeamId?: string | number;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* 完成数量
|
|
|
|
* 完成数量
|
|
|
@ -321,12 +321,12 @@ export interface ProductPlanDetailQuery extends PageQuery {
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* 班次ID
|
|
|
|
* 班次ID
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
classesId?: string | number;
|
|
|
|
shiftId?: string | number;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* 班组ID
|
|
|
|
* 班组ID
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
teamId?: string | number;
|
|
|
|
classTeamId?: string | number;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* 完成数量
|
|
|
|
* 完成数量
|
|
|
|