|
|
|
@ -64,4 +64,8 @@ public class MesExtendObjectCfg extends BaseBean implements Serializable {
|
|
|
|
|
@Column(name = "FIELD_DESC")
|
|
|
|
|
@ApiParam("扩展字段描述")
|
|
|
|
|
private String fieldDesc;
|
|
|
|
|
|
|
|
|
|
@Column(name = "ORIGINAL_FIELD_CODE")
|
|
|
|
|
@ApiParam("原始字段代码")
|
|
|
|
|
private String originalFieldCode;
|
|
|
|
|
}
|
|
|
|
|