Commit 44f5e17b authored by 3533457856@qq.com's avatar 3533457856@qq.com

project 表新增组织机构代码字段

parent 8799b9ee
...@@ -135,4 +135,9 @@ public class ProjectDto extends BaseDto { ...@@ -135,4 +135,9 @@ public class ProjectDto extends BaseDto {
List<Weld> weldList; List<Weld> weldList;
List<List<Double>> weldLines; List<List<Double>> weldLines;
/**
* 组织机构代码
*/
private String creditCode;
} }
...@@ -154,4 +154,10 @@ public class Project extends BaseEntity { ...@@ -154,4 +154,10 @@ public class Project extends BaseEntity {
*/ */
@TableField("length") @TableField("length")
private String length; private String length;
/**
* 组织机构代码
*/
@TableField("credit_code")
private String creditCode;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment