You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- namespace BPA.MES.Base.Application.Entitys
- {
- /// <summary>
- /// 名 称 :产线料仓
- /// 创 建 人 :yangxiao
- /// 创建时间 :2023/7/20 16:45:40
- /// 描 述 :
- /// </summary>
- [SugarTable("productline_stocks")]
- public class Pztj_LineStocksEntity : DEntityBase
- {
- /// <summary>
- /// 产线Id
- /// </summary>
- public string LineId { get; set; }
- /// <summary>
- /// 产线料仓
- /// </summary>
- public string StockId { get; set; }
- }
- }
|