This commit is contained in:
alex
2023-06-26 11:53:13 +08:00
parent d7c43a8c51
commit 5a631cf414
3 changed files with 8 additions and 7 deletions

View File

@@ -16,5 +16,5 @@ public partial class WmsSetsortingH
public string? carry_id { get; set; }
[SugarColumn(IsIgnore = true)]
public string? carry_code { get; get; }
public string? carry_code { get; set; }
}