修改手提袋重量
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package lingtao.net.vo;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
@Data
|
||||
public class FunReturnVo {
|
||||
double width;
|
||||
double length;
|
||||
double height;
|
||||
double[] base_price;
|
||||
}
|
||||
Reference in New Issue
Block a user