Commit fa11d014 by 泽锋 李

fix

parent e9cebc87
......@@ -571,6 +571,9 @@ namespace AutoTurnOver.Models
[Description("建议单号")]
public string order_no { get; set; }
[Description("是否缺库容")]
public int? is_storage_capacity_lack { get; set; }
[Description("是否过期")]
public int is_delete { get; set; } = 0;
......
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