待办接口
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
package com.cool.store.response;
|
||||
|
||||
import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.Data;
|
||||
|
||||
/**
|
||||
* @Author: WangShuo
|
||||
* @Date: 2025/06/23/16:33
|
||||
* @Version 1.0
|
||||
* @注释:
|
||||
*/
|
||||
@Data
|
||||
public class DeskStageResponse {
|
||||
@ApiModelProperty(value = "阶段")
|
||||
private Integer shopSubStage;
|
||||
|
||||
@ApiModelProperty(value = "阶段状态")
|
||||
private Integer shopSubStageStatus;
|
||||
|
||||
@ApiModelProperty(value = "阶段状态描述")
|
||||
private String shopSubStageStatusDesc;
|
||||
}
|
||||
Reference in New Issue
Block a user