#import "HMSaleInputDetail.h"

@implementation HMSaleInputDetail

- (SaleInputState<Ignore> *)z_state {
    if (!_z_state) {
        _z_state = [SaleInputState new];
        _z_state.code = self.state;
    }
    return _z_state;
}

@end 



@implementation HMSaleInputDetail_contract

@end 



@implementation HMSaleInputDetail_store

@end 



@implementation HMSaleInputDetail_tenant

@end 



@implementation HMSaleInputDetail_payments

@end 



@implementation HMSaleInputDetail_payments_payment

@end