| | |
| | | { |
| | | public interface IPosition : IMESTransaction |
| | | { |
| | | #region Propertys & Variables |
| | | public string UserCode { get; set; } |
| | | public string PostCode { get; set; } |
| | | public MES_FACTORY CurFactory { get; set; } |
| | |
| | | public MES_POSITION CurPosition { get; set; } |
| | | public IWorkBatch WorkBatch { get; } |
| | | public MES_WIP_DATA CurWipSN { get; set; } |
| | | public MES_WIP_HIS CurWipSNHis { get; set; } |
| | | public IPosition Init(string id, string apiHost, string userCode, string postCode); |
| | | public void ResetSteps(); |
| | | #endregion Propertys & Variables |
| | | |
| | | //public bool Close(bool needSaveHistoryLog = false); |
| | | #region Functions |
| | | /// <summary> |
| | | /// 获取提交数据的DbClient对象 |
| | | /// </summary> |
| | | /// <returns></returns> |
| | | public DbClient GetCommitDB(); |
| | | #endregion Functions |
| | | } |
| | | } |