1、合并标准版
This commit is contained in:
parent
198dd1e76a
commit
1f2a52b20f
|
|
@ -101,9 +101,9 @@ public class BomOriginalCadChildEntity implements Serializable {
|
||||||
/**
|
/**
|
||||||
* 项目类别
|
* 项目类别
|
||||||
*/
|
*/
|
||||||
@TableField(value = "projectType")
|
@TableField(value = "project_type")
|
||||||
@ApiModelProperty(value = "项目类别")
|
@ApiModelProperty(value = "项目类别")
|
||||||
private String project_type;
|
private String projectType;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue