Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 478 Bytes

product.md

File metadata and controls

17 lines (15 loc) · 478 Bytes

#关于产品的定义 ##产品信息

public clsss product
{
    string name;  //名称
    string series;  //系列
    string productNumber;  //产品图号
    string customerNumber;  //客户图号
    float wheelDistance;  //轮距
    float leafSpringDistance;  //簧距
    float weight;  //重量
    float ratio;  //速比
    string discription;  //其它说明
    int havaSubParts; // 含有分总成的数量
}