puzhibing
2024-12-09 609d91e1e62b1e8932b34b15b09baf02e7f09a93
ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/vo/VerifiableShopVo.java
New file
@@ -0,0 +1,18 @@
package com.ruoyi.other.vo;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
/**
 * @author zhibing.pu
 * @Date 2024/11/25 12:08
 */
@Data
@ApiModel
public class VerifiableShopVo {
   @ApiModelProperty("门店id")
   private Integer id;
   @ApiModelProperty("门店名称")
   private String name;
}