B端 部分接口1
This commit is contained in:
@@ -1,22 +0,0 @@
|
|||||||
package com.cool.store.vo;
|
|
||||||
|
|
||||||
import io.swagger.annotations.ApiModel;
|
|
||||||
import io.swagger.annotations.ApiModelProperty;
|
|
||||||
import lombok.Data;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @Author suzhuhong
|
|
||||||
* @Date 2023/5/31 14:48
|
|
||||||
* @Version 1.0
|
|
||||||
*/
|
|
||||||
@Data
|
|
||||||
@ApiModel
|
|
||||||
public class orgVO {
|
|
||||||
|
|
||||||
@ApiModelProperty("id")
|
|
||||||
private Long id;
|
|
||||||
@ApiModelProperty("组织机构名称")
|
|
||||||
private String name;
|
|
||||||
|
|
||||||
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user