Commit b0ba0e66 authored by pete谢兆麟's avatar pete谢兆麟

工作经验首页添加字段

parent 67a28a83
......@@ -11,8 +11,11 @@ import SmartCodable
class YHWorkModel: SmartCodable {
var count: Int?
var has_work_time_overlap: Int = 0
var has_work_time_empty: Int = 0
var work_time_overlap_remark: String = "" //重叠期
var work_time_empty_remark: String = "" //空窗期
var agree_work_doc_url: String = ""
var list: [YHWorkItemListModel]?
required init() {
}
......
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