产成品入库增加来源单据号 来源单据行标识

This commit is contained in:
2024-10-09 10:55:44 +08:00
parent dc5cce35ee
commit b3223e7966
4 changed files with 21 additions and 0 deletions

View File

@@ -5,5 +5,7 @@ namespace Tnb.BasicData.Entities.Dto
public string pk_wr { get; set; }
public string pk_wr_product { get; set; }
public string report_id { get; set; }
public string vsourcebillcode { get; set; }
public string vsourcerowno { get; set; }
}
}