feat: 标准选择接口加字段
This commit is contained in:
+2
@@ -19,6 +19,8 @@ import org.springframework.format.annotation.DateTimeFormat;
|
||||
@EqualsAndHashCode(callSuper = false)
|
||||
@ApiModel(value="多选标准弹框", description="多选标准弹框")
|
||||
public class ManyStandardSelectionBox {
|
||||
@ApiModelProperty(value = "来源(1国标、2外标、3企标)")
|
||||
private java.lang.String source;
|
||||
@ApiModelProperty(value = "主键ID")
|
||||
private java.lang.String id;
|
||||
@ApiModelProperty(value = "标准编号")
|
||||
|
||||
Reference in New Issue
Block a user