修改edicode 长度

usertest
cjy 3 months ago
parent 0b8fe5a804
commit 1463d8362f

@ -74,7 +74,7 @@ namespace DS.WMS.Core.Code.Entity
/// <summary>
/// EDI代码
/// </summary>
[SugarColumn(ColumnDescription = "EDI代码", Length = 10, IsNullable = false)]
[SugarColumn(ColumnDescription = "EDI代码", Length = 30, IsNullable = false)]
public string EdiCode { get; set; }
/// <summary>
/// 网站地址

@ -62,7 +62,7 @@ public class CodeLanes: BaseModel<long>
/// <summary>
/// EDI代码
/// </summary>
[SugarColumn(ColumnDescription = "EDI代码", Length = 5,IsNullable = true)]
[SugarColumn(ColumnDescription = "EDI代码", Length = 30,IsNullable = true)]
public string EdiCode { get; set; }
/// <summary>

@ -63,7 +63,7 @@ public class CodePort: BaseModel<long>
/// <summary>
/// EDI代码
/// </summary>
[SugarColumn(ColumnDescription = "EDI代码", Length = 10,IsNullable = true)]
[SugarColumn(ColumnDescription = "EDI代码", Length = 30,IsNullable = true)]
public string EdiCode { get; set; }
/// <summary>

Loading…
Cancel
Save