CollectDrug去掉Applyid的IsPrimaryKey=true
This commit is contained in:
parent
0d2d10deab
commit
f9fd4f4dd9
|
@ -24,7 +24,7 @@ namespace DM_Weight.Models
|
|||
/// <summary>
|
||||
/// 主键
|
||||
/// </summary>
|
||||
[SugarColumn(ColumnName = "Applyid",IsPrimaryKey =true)]
|
||||
[SugarColumn(ColumnName = "Applyid")]
|
||||
public int Applyid { get; set; }
|
||||
/// <summary>
|
||||
/// 药品请领单号
|
||||
|
|
|
@ -126,9 +126,5 @@ namespace DM_Weight.Models
|
|||
|
||||
[Navigate(NavigateType.OneToOne, nameof(DrugId))]
|
||||
public DrugInfo DrugInfo { get; set; }
|
||||
|
||||
|
||||
//private List<DrugPleaseManuNo> manuNoList = new List<DrugPleaseManuNo>();
|
||||
//public List<DrugPleaseManuNo> ManuNoList { get=>manuNoList; set=>{ DrugManuNo}; }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue