HMSaleInputDetail.m 507 Bytes
Newer Older
1 2 3 4
#import "HMSaleInputDetail.h"

@implementation HMSaleInputDetail

Sandy's avatar
Sandy committed
5 6 7 8 9 10 11 12
- (SaleInputState<Ignore> *)z_state {
    if (!_z_state) {
        _z_state = [SaleInputState new];
        _z_state.code = self.state;
    }
    return _z_state;
}

13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
@end 



@implementation HMSaleInputDetail_contract

@end 



@implementation HMSaleInputDetail_store

@end 



@implementation HMSaleInputDetail_tenant

@end 



@implementation HMSaleInputDetail_payments

@end 



@implementation HMSaleInputDetail_payments_payment

@end