Merge pull request '汽车带逻辑优化' (#353) from andly.pan/i3plus-pojo:ext-dev into ext-dev

Reviewed-on: http://git.estsh.com/i3-IMPP/i3plus-pojo/pulls/353
yun-zuoyi
钮海涛 3 years ago
commit 1a4537756c

@ -48,4 +48,8 @@ public class ProductLine extends BaseAPS {
@Column(name="PRODUCT_QUALITY")
@ApiParam(value ="指定品质")
private String productQuality;
@Column(name="SHIFT_LIMIT_NUM")
@ApiParam(value ="多楔带限制模数")
private Integer shiftLimitNum;
}

Loading…
Cancel
Save