chenhaozhe
2025-04-29 30a00c8bc8b9412b8088bc4f4c1519ed767f09d2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
using System;
using System.Collections.Generic;
using System.Text;
 
namespace Model
{
    public class ClsSc_MouldMaintainPlanBillSub_Plan : DBUtility.ClsXt_BaseBillSub
    {
        //============
 
        public string HPlanDate; // --¼Æ»®ÈÕÆÚ
        public string HPlanBeginTime; //--¼Æ»®¿ªÊ¼Ê±¼äµã£¨Ä¬ÈÏ00£º00£º00£©
        public string HPlanEndTime; //--¼Æ»®½áÊøÊ±¼äµã£¨Ä¬ÈÏ23£º59£º59£©
        public string HSafeEndTime; //--°²È«½áÊøÊ±¼äµã
        public string HErrBeginTime; //--Ô¤¾¯¿ªÊ¼Ê±¼äµã  
        public bool HRelationFlag; // --¹ØÁª±ê¼Ç£¨ÊÇ·ñÒÑÉú³É±£Ñø¼Ç¼£©
        public bool HSendFlag; //ÊÇ·ñ·¢ËÍÐÅÏ¢ £¨·¢ËͶ¤¶¤£©
        public int HErrBeginQty; //Ô¤¾¯¿ªÊ¼´ÎÊý
        public int HUseNowQty; //µ±Ç°Ê¹ÓôÎÊý
        public int HUseEndQty; //½áÊøÊ¹ÓôÎÊý
    }
}