Commit 28e6045f authored by duanruiming's avatar duanruiming

[udpate] feign添加实体类

parent 02e55875
package net.wanji.feign.pojo.vo;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
/**
* @author duanruiming
* @date 2023/02/07 15:22
*/
@Data
@ApiModel(value = "厂商参数实体")
public class ManufacturerVO extends PageVO {
@ApiModelProperty( value = "厂商名称")
String name;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment