using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ICSSoft.Entity { /// /// 晶华成品入库回撤接口Model /// public class MoReverseModel { public string RcvRptDocNo { get; set; } } }