추가
This commit is contained in:
parent
481612ef50
commit
5931c3b87f
@ -0,0 +1,38 @@
|
|||||||
|
package com.interplug.qcast.biz.displayItem.dto;
|
||||||
|
|
||||||
|
import io.swagger.v3.oas.annotations.media.Schema;
|
||||||
|
import lombok.Data;
|
||||||
|
|
||||||
|
@Data
|
||||||
|
public class ItemResponse {
|
||||||
|
|
||||||
|
@Schema(description = "Itme Id")
|
||||||
|
private String itemId;
|
||||||
|
|
||||||
|
@Schema(description = "Item Name")
|
||||||
|
private String itemName;
|
||||||
|
|
||||||
|
@Schema(description = "Goods No")
|
||||||
|
private String goodsNo;
|
||||||
|
|
||||||
|
@Schema(description = "Unit")
|
||||||
|
private String unit;
|
||||||
|
|
||||||
|
@Schema(description = "Specification")
|
||||||
|
private String specification;
|
||||||
|
|
||||||
|
@Schema(description = "pnow_w")
|
||||||
|
private String pnowW;
|
||||||
|
|
||||||
|
@Schema(description = "Item Group")
|
||||||
|
private String itemGroup;
|
||||||
|
|
||||||
|
@Schema(description = "Module Flag")
|
||||||
|
private String moduleFlg;
|
||||||
|
|
||||||
|
@Schema(description = "PKG Material Flag")
|
||||||
|
private String pkgMaterialFlg;
|
||||||
|
|
||||||
|
@Schema(description = "File Upload Flag")
|
||||||
|
private String fileUploadFlg;
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user