- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- namespace HNWD.Pregrant.BusinessLogic
- {
- public class callingBed_UpdateBase : App_CheckUpdateBase
- {
- public callingBed_UpdateBase():base("4")
- {
- }
- }
- }
|