Commit ee7dfe3f authored by fangxinjiang's avatar fangxinjiang

项目订单详情:项目ID 新增

parent c4441c0b
......@@ -39,6 +39,12 @@ public class OrderDetailVO implements Serializable {
@Schema(description = "项目编码")
private String deptNo;
/**
* 项目ID
*/
@Schema(description = "项目ID")
private String deptId;
/**
* 项目名称
*/
......
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