@grails.gorm.hibernate.annotation.ManagedEntity class ContractLine extends WithDynamicFields implements Auditable, MultiTenant<ContractLine>, Stampable<ContractLine>, java.io.Serializable
合同行
Type | Name and description |
---|---|
static java.lang.Object |
belongsTo |
static java.lang.Object |
constraints |
Contract |
contract 关联的合同 |
ContractLineType |
lineType 合同行类型 |
static java.lang.Object |
mapping |
java.lang.String |
tenant 租户信息, 对应 Tenant Domain 的 subDomain 字段, 用于 gorm 实现多租户 |
static java.lang.Object |
transients |
Constructor and description |
---|
ContractLine
() |
Methods inherited from class | Name |
---|---|
class WithDynamicFields |
propertyIsDatasource, propertyMissing, propertyMissing |
关联的合同
合同行类型
租户信息, 对应 Tenant Domain 的 subDomain 字段, 用于 gorm 实现多租户
Groovy Documentation