|
@ -3,7 +3,7 @@ package a8k.type.consumables; |
|
|
import a8k.type.LittleBottleConsumableType; |
|
|
import a8k.type.LittleBottleConsumableType; |
|
|
import io.swagger.v3.oas.annotations.media.Schema; |
|
|
import io.swagger.v3.oas.annotations.media.Schema; |
|
|
|
|
|
|
|
|
@Schema(description = "小瓶耗材") |
|
|
|
|
|
|
|
|
|
|
|
public class LittBottleGroup { |
|
|
public class LittBottleGroup { |
|
|
@Schema(description = "项目ID") |
|
|
@Schema(description = "项目ID") |
|
|
public Integer projId; //项目ID |
|
|
public Integer projId; //项目ID |
|
|