【排序序号--滑道】

yun-zuoyi
陈思洁 4 years ago
parent 1a5a3c24bc
commit 3997ae3e93

@ -207,6 +207,10 @@ public class MesWorkOrder extends BaseBean implements Serializable {
@ApiParam(value = "乐观锁", example = "1")
public Integer lockVersion;
@Column(name = "SORT_SEQ")
@ApiParam("排序序号")
private String SORT_SEQ;
/********************** 冗余字段 *********************************/
@Transient
@ApiParam(value = "工作中心名称")

Loading…
Cancel
Save