Commit 8d666ae5 by lcx

实体添加字段

parent e119d335
...@@ -65,5 +65,10 @@ public class cost_transfer_item ...@@ -65,5 +65,10 @@ public class cost_transfer_item
/// 0 默认 1 通过 2 驳回 3 下发驳回 /// 0 默认 1 通过 2 驳回 3 下发驳回
/// </summary> /// </summary>
public int Status { get; set; } public int Status { get; set; }
/// <summary>
/// 数据是否被写入
/// </summary>
public int IsWrited { get; set; }
} }
} }
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