ChannelStock实体添加State字段说明

This commit is contained in:
maqiao 2024-11-18 10:02:56 +08:00
parent 0d16348630
commit cb405e27a4
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ namespace DM_Weight.Models
public int BoardType { get; set; }
/// <summary>
///
/// 默认值: 1
/// 默认值: 1用于标识毒麻柜是否给交接柜补药0未补1已补
///</summary>
[SugarColumn(ColumnName = "state")]
public int? State { get; set; }