namespace MES.Service.Dto.webApi;
|
|
public class ErpCAA
|
{
|
public string? Id { get; set; }
|
public string? Type { get; set; }
|
public string? FBillNo { get; set; }
|
public string? FWorkShopID { get; set; }
|
//public string? FRoutingId { get; set; }
|
//public string? FREMWorkShopId { get; set; }
|
public string? FStockId { get; set; }
|
public string? FDate { get; set; }
|
public string? FBillType { get; set; }
|
public string? FStatus { get; set; }
|
public string? FMaterialId { get; set; }
|
public string? FUnitId { get; set; }
|
public string? FQty { get; set; }
|
public string? FWorkGroupId { get; set; }
|
public string? FPlannerID { get; set; }
|
public string? FPlanStartDate { get; set; }
|
public string? FPlanFinishDate { get; set; }
|
public string? FConveyDate { get; set; }
|
public string? FStockInLimitH { get; set; }
|
public string? FStockInLimitL { get; set; }
|
public string? FMTONO { get; set; }
|
public string? FLot { get; set; }
|
|
public string? FBomId { get; set; }
|
public string? FCreateType { get; set; }
|
public string? FSrcBillType { get; set; }
|
public string? FSrcBillNo { get; set; }
|
public string? FSrcBillEntrySeq { get; set; }
|
public string? FSaleOrderNo { get; set; }
|
public string? FSaleOrderEntrySeq { get; set; }
|
public string? FForceCloserId { get; set; }
|
public string? FCloseType { get; set; }
|
public string? FSrcSplitBillNo { get; set; }
|
|
public string? FDescription { get; set; }
|
|
public string? BTBZ { get; set; }
|
|
public string? FPrdOrgId { get; set; }
|
public string? FEnTrustOrgId { get; set; }
|
|
public string? FBOMType { get; set; }
|
public decimal? FBOMMaster { get; set; }
|
public string? FBOMAlternate { get; set; }
|
public string? FBOMEffeDate { get; set; }
|
public string? FRoutingAlternate { get; set; }
|
public string? FRoutingEffeDate { get; set; }
|
public decimal? FMRPQty { get; set; }
|
public DateTime? FActualStartDate { get; set; }
|
public DateTime? FActualCompleteDate { get; set; }
|
public string? FMOSourceDocType { get; set; }
|
public decimal? FProject { get; set; }
|
public decimal? FOwnerOrg { get; set; }
|
public string? FCreatedBy { get; set; }
|
public DateTime? FCreatedOn { get; set; }
|
public decimal? FTotalStartQty { get; set; }
|
public decimal? FTotalCompleteQty { get; set; }
|
public decimal? FTotalRcvQty { get; set; }
|
public decimal? FTotalReworkingQty { get; set; }
|
public string? FReasonForRework { get; set; }
|
public decimal? FIsForceWholeSet { get; set; }
|
|
public string? FPrevMO { get; set; }
|
|
public string? TypeA { get; set; }
|
|
|
|
}
|